Skip to main content
Glama

list_repos

Retrieve all Git repositories from an Azure DevOps project to browse source code, view repository details like name, default branch, size, and URL, and prepare for exploring repository files.

Instructions

List all Git repositories in the Azure DevOps project.

USE THIS TOOL when the user asks about repos, code repositories, or wants to browse source code in Azure DevOps / TFS.

Args: project: Project name (default: Activate from config).

Returns a list of repositories with name, default branch, size, and URL. Use browse_repo(repo_name='...') to explore a repo's files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns a list of repositories with specific fields (name, default branch, size, URL), which is useful behavioral context. However, it doesn't mention potential limitations like pagination, rate limits, authentication needs, or error conditions, leaving gaps for a tool with no annotation coverage.

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 well-structured and front-loaded with the core purpose, followed by usage guidelines, parameter details, and return information. Every sentence adds value without redundancy, making it efficient and easy to parse.

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 1 parameter with no annotations but an output schema (which handles return values), the description is largely complete. It covers purpose, usage, parameter semantics, and return format. However, it lacks details on behavioral aspects like error handling or constraints, which would be beneficial since annotations are absent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 1 parameter with 0% description coverage. The description adds meaningful semantics by explaining that 'project' is the 'Project name (default: Activate from config),' clarifying its purpose and default behavior. This compensates well for the low schema coverage, though it doesn't detail what 'Activate from config' entails.

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 specific action ('List all Git repositories') and resource ('in the Azure DevOps project'), distinguishing it from sibling tools like browse_repo (which explores files) and other unrelated tools. It provides a complete picture of what the tool does.

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

Usage Guidelines5/5

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

The description explicitly states 'USE THIS TOOL when the user asks about repos, code repositories, or wants to browse source code in Azure DevOps / TFS,' providing clear when-to-use guidance. It also mentions an alternative tool ('Use browse_repo(repo_name='...') to explore a repo's files') for related but different tasks.

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/SrujanReddyKallu2024/MCP'

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