Skip to main content
Glama
OnoSendae

Azure DevOps MCP Server

by OnoSendae

azure_get_repository

Fetch details of a specific Git repository in Azure DevOps using its ID or name. Retrieve repository attributes to support your automation and analysis tasks.

Instructions

Obtém detalhes de um repositório Git específico

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repositoryIdYesID ou nome do repositório Git
Behavior3/5

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

With no annotations, the description carries the burden of safety disclosure. The verb 'get' implies a read-only operation, but the description does not disclose response format, error handling, or any access requirements. For a simple read tool, this is minimal but not misleading.

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, front-loaded sentence that directly conveys the tool's purpose without any redundant or filler content. Every word earns its place.

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?

The description is adequate for a simple getter with one parametrized input, but the lack of an output schema and any mention of what 'details' includes leaves the agent uncertain about the response shape. It does the job for basic selection but lacks completeness for fully informed invocation.

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?

The schema already documents the single parameter with 100% coverage, describing it as 'ID ou nome do repositório Git'. The tool description adds no extra semantics beyond the word 'specific', so it meets the baseline but does not enhance parameter understanding.

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 function: retrieving details for a specific Git repository. The verb 'obtém' (gets) and the resource 'repositório Git específico' make it distinct from sibling tools like azure_list_repositories, which lists all repositories.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides clear context by specifying that the tool targets a specific repository, implying it should be used when the agent has a repository ID or name and needs details. However, it does not explicitly mention when to avoid using it or alternative tools.

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/OnoSendae/mcp-azure-devops'

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