Skip to main content
Glama

manage_repos

Manage Azure DevOps Git repositories with actions to list repositories, view details, branches, files, commits, policies, tags, and create branches and tags.

Instructions

Manage Azure DevOps Git repositories. Actions: 'list', 'get', 'list_branches', 'get_file', 'get_tree', 'search_commits', 'list_policies', 'list_tags', 'create_branch', 'create_tag'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'list', 'get', 'list_branches', 'get_file', 'get_tree', 'create_branch', 'search_commits', 'list_policies', 'list_tags', 'create_tag'
project_keyNoProject name (required for most actions)
repo_idNoRepository name or ID (required for get, list_branches, get_file, get_tree)
file_pathNoFile path within the repo (for get_file, get_tree)
versionNoBranch name or commit SHA (for get_file)
branch_nameNoNew branch name (required for create_branch)
source_branchNoSource branch to create from (required for create_branch)
authorNoFilter commits by author (for search_commits)
from_dateNoFilter commits from this date (for search_commits)
to_dateNoFilter commits to this date (for search_commits)
tag_nameNoTag name (required for create_tag)
commit_shaNoCommit SHA to tag (required for create_tag)
Behavior2/5

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

The description only says 'Manage' and lists actions, without disclosing whether each action is read-only or modifies state, or any potential side effects. No annotations provide additional context, so the agent has no behavioral guarantees.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that front-loads the purpose and lists actions. However, it compresses all information into one sentence without clear separation of action descriptions, which could be improved for readability.

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 12 parameters and no output schema, the description lacks crucial context such as return values, prerequisites, or detailed behavior for each action. The agent would need to infer most usage from the schema alone.

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 input schema has 100% coverage with descriptions for all parameters. The description adds only a list of action names, which are already in the schema's action parameter description. Therefore, the description provides minimal added value beyond the schema.

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 explicitly states it manages Azure DevOps Git repositories and enumerates ten specific actions, distinguishing it clearly from sibling tools like manage_pipelines or manage_work_items which target different resources.

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 on when to use this tool versus alternatives, nor on how to choose among the listed actions. The agent must infer usage solely from the action names and parameter requirements.

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/zach-snell/adtk'

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