Skip to main content
Glama
hasanozcan

Azure DevOps MCP Server

by hasanozcan

Get repository

get_repository

Retrieve metadata for a specific Azure Repos repository by name or ID, including project details, to quickly identify repository properties and streamline DevOps workflows.

Instructions

Get Azure Repos repository metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNo
repositoryIdYesRepository name or ID.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

B3/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. 'Get...metadata' communicates a read-only, non-mutating intent, which is useful. However, it does not address authentication requirements, not-found behavior, or what metadata fields will be returned.

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 sentence with no filler, and the core verb and resource are front-loaded. Every word earns its place.

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?

For a tool with no annotations and no output schema, the description is thin: it omits the optional project context, repositoryId resolution behavior, and return-value expectations. It works as a label but not as a complete call guide.

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?

Schema description coverage is 50%: repositoryId is documented as 'Repository name or ID,' but project has no schema description, and the tool description adds no parameter-level explanation. An agent is left to infer how project relates to repositoryId and when project is needed.

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 states a specific verb and resource: 'Get Azure Repos repository metadata.' It clearly identifies this as a read operation for a single repository. It does not explicitly distinguish itself from siblings like list_repositories or get_clone_links, so it stops short of full differentiation.

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?

No guidance is provided about when to use this tool instead of list_repositories, get_clone_links, or other repository-related siblings. The description is only a purpose statement and does not mention prerequisites or exclusions.

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

Deploy Server

Other Tools