Skip to main content
Glama
zwitbaum

mcp-devops-onpremise

by zwitbaum

devops_repository_item_content

Read-only

Retrieve raw file content from a repository path at a specified commit version.

Instructions

Get raw file content for a repository path at a specific version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repository_idYesRepository name or ID.
pathYesPath of the item, e.g. src/foo.cs
versionYesCommit ID to fetch the file from.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds minimal extra context beyond what the annotations provide, such as 'raw file content' and 'at a specific version.' It does not disclose additional behaviors like encoding, size limits, or error handling.

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, well-structured sentence that front-loads the action ('Get raw file content') and includes essential context. No unnecessary words or redundancy.

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

Completeness4/5

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

Given the presence of an output schema, the description does not need to detail return values. The tool is simple with three required parameters and read-only semantics. It adequately covers the purpose and basic usage, though it could mention potential prerequisites (e.g., repository existence) and error handling.

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%, with all three parameters (repository_id, path, version) described in the input schema. The description does not add significant new meaning beyond the schema definitions, simply restating the concept of version and path. Baseline score of 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?

The description clearly states the tool's purpose: 'Get raw file content for a repository path at a specific version.' It specifies the verb (Get), the resource (raw file content), and the constraints (repository path, specific version). This distinguishes it from sibling tools like devops_get_item_content_diff, which focuses on diffs.

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 description does not explicitly state when to use this tool over alternatives. It implies usage for retrieving raw file content at a specific version, but lacks guidance on when not to use it (e.g., for diffs or other operations). No references to sibling tools or exclusions are provided.

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/zwitbaum/mcp-devops-on-prem'

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