Skip to main content
Glama

get_file_contents

Retrieve the content of any file from a repository by specifying owner, repo, and file path, with optional branch or commit reference.

Instructions

Get the contents of a file in a repository

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYesOwner/username
repoYesRepository name
filepathYesFile path in the repository
refNoBranch, tag, or commit SHA to get the file from
Behavior3/5

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

No annotations are present, so the description must convey behavioral traits. It implies a read operation but does not disclose any limitations (e.g., file size limits, encoding), nor does it specify that it can fetch from a specific branch/tag using the 'ref' parameter. The description is adequate but minimal.

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 that directly conveys the tool's purpose with no unnecessary words. It is front-loaded and efficient.

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 4 parameters and lack of output schema, the description does not fully cover contextual completeness. It does not describe the return format (e.g., raw text, base64) or mention that the file might not exist. For a simple get-content tool, it is minimally adequate but could be enriched.

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 description coverage is 100%, so the schema already documents all parameters. The description adds no extra meaning beyond the schema. It does not mention that 'filepath' is required or that 'ref' is optional, but the schema covers these. Baseline 3 is appropriate.

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?

Description clearly states it retrieves the contents of a file in a repository, using a specific verb and resource. It distinguishes from sibling tools like create_file, update_file, delete_file which perform write operations.

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 guidance is provided on when to use this tool versus alternatives. The description only states the action without contextualizing appropriate use cases or exclusions. For example, it doesn't mention that this tool is for reading files, not listing directories.

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/Sqcows/forgejo-mcp'

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