Skip to main content
Glama
eic

XRootD MCP Server

by eic

read_file

Retrieve file content from XRootD storage servers, specifying optional start and end byte positions for partial reads.

Instructions

Read contents of a file from an XRootD server (supports byte ranges)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath to the file to read
startNoOptional: Start byte position for partial read
endNoOptional: End byte position for partial read
serverNoName of the XRootD server to use (default: first configured server)
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It only mentions XRootD and byte ranges, omitting critical details like error handling (missing file, permissions), return format (raw bytes vs string), size limits, or synchronous behavior. This is insufficient for an AI agent.

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 concise sentence (14 words) with no extraneous text. Every word is necessary and directly conveys the core functionality.

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?

Given the tool has 4 parameters and no output schema, the description should cover return format, error states, and file handling details. It only provides the basic purpose and byte range support, leaving significant gaps for an AI agent to infer correct usage.

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?

Schema coverage is 100%, so baseline is 3. The description adds minimal value beyond the schema: it mentions byte range support, which contextualizes 'start' and 'end' parameters, but does not provide new constraints or semantics not already in the parameter descriptions.

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 clearly states the tool reads file contents from an XRootD server with byte range support. It effectively distinguishes itself from sibling tools like check_file_exists (existence check) and get_file_info (metadata), making its purpose unambiguous.

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?

No explicit guidance on when to use this tool versus alternatives. The mention of byte range support implies a use case for partial reads, but there is no context about when not to use it or how it compares to other tools for similar tasks.

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/eic/xrootd-mcp-server'

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