Skip to main content
Glama
naubergois

FileAgent

by naubergois

ftp_revoke

Revoke a registered access hash to block unauthorized file operations. After revocation, any put or get using the hash fails, stopping further access.

Instructions

Admin: revoga um hash cadastrado. put/get com ele passam a falhar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idNo
access_hashYes
admin_passwordYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A3.8/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden of behavioral disclosure. It openly states the tool mutates state by revoking a hash and that subsequent put/get calls with that hash fail, which is meaningful side-effect information. It does not discuss reversibility or failure modes, but the core behavior is clearly disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences with action and scope front-loaded. Every clause adds useful information, and there is no filler or repetition of obvious schema details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is adequate for the core action and its effect, and an output schema exists so return-value details are not required. However, with no annotations and zero schema coverage, the missing parameter semantics and the lack of alternative/usage routing keep it from being fully self-contained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description only indirectly refers to access_hash as 'hash'. The required admin_password and the optional agent_id are not explained at all. Because the schema provides no descriptions and the tool description does not compensate, parameter semantics are weak.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a concrete action ('revoga um hash cadastrado') and a specific resource, and it adds the observable consequence that put/get operations fail afterward. This clearly distinguishes it from sibling tools such as ftp_register and ftp_hashes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'Admin:' prefix conveys an authorization context, and the effect on put/get implies this is for invalidating an existing hash. However, it never explicitly states when to prefer this tool over alternatives like ftp_register or ftp_hashes, nor does it mention prerequisites beyond admin status.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/naubergois/FileAgent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server