Skip to main content
Glama
bpamiri

u2-mcp

by bpamiri

get_file_info

Retrieve metadata and statistics about a Rocket Universe file, including type, modulo, separation, and record count.

Instructions

Get information about a Universe file.

Returns file statistics including type, modulo, separation, and record count.

Args: file_name: Name of the Universe file

Returns: Dictionary containing file statistics and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It notes that the tool returns statistics, but fails to mention whether it is read-only, what happens if the file does not exist, or any side effects. This lack of detail could lead to unexpected outcomes.

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

Conciseness4/5

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

The description is concise and front-loaded with the purpose. It uses a structured format with Args and Returns sections. However, the Args section is redundant with the parameter name and could be integrated more fluidly. Overall, it is efficient but not maximally polished.

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?

Given the tool simplicity (one parameter, output schema exists), the description provides basic completeness: it states the purpose and expected return fields. However, it lacks context on error handling, prerequisites (e.g., connection status), and usage scenarios. For a minimal tool, it is adequate but has clear gaps.

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?

The single parameter 'file_name' has no schema description (0% coverage). The description adds a placeholder line 'Name of the Universe file' which trivially rephrases the parameter name without adding format, constraints, or examples. The description should provide more context for the parameter to compensate for the missing schema descriptions.

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 clearly states 'Get information about a Universe file' and lists specific return fields (type, modulo, separation, record count). It distinguishes the verb and resource, but does not differentiate from sibling tools like describe_file or analyze_file_structure, which may have overlapping purposes.

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 over siblings (e.g., describe_file, analyze_file_structure) or any prerequisites/context like requiring an active connection. Without this, an agent may misuse the tool.

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/bpamiri/u2-mcp'

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