Skip to main content
Glama

get_file_info

Retrieve metadata for a specific file using its file ID. Access details like name, size, and type for a file in Stashcat.

Instructions

Returns metadata for a specific file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_idYesFile ID
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not mention that this is a read-only operation (though implied), nor does it describe error handling, permission requirements, or the format/type of metadata returned. This is a significant gap for a tool with no annotation support.

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 a single, clear sentence with no redundant information. It is concise and front-loaded, making it easy for an agent to parse the core purpose quickly.

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

Completeness2/5

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

The tool is simple, but with no output schema, the description should at least hint at what 'metadata' includes or what happens on failure (e.g., 'returns file size, type, owner'). The current description leaves the agent guessing about the return payload and error behavior, making it incomplete for reliable tool invocation.

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

Parameters3/5

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

The input schema has 100% coverage for the single file_id parameter, so the schema already documents it. The description's phrase 'for a specific file' aligns with the parameter but adds no extra semantic detail beyond what the schema states. Baseline of 3 applies.

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

Purpose4/5

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

The description 'Returns metadata for a specific file' clearly states the verb+resource for the tool. It indicates this is a read operation for a single file, which differentiates it from list_files. However, it does not explicitly distinguish it from all sibling tools, so a small gap remains.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as list_files or get_storage_quota. No context is given about scenarios where this should be preferred, nor any exclusions or prerequisites.

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

Install Server

Other Tools

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/dclausen01/stashcat-api-mcp'

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