Skip to main content
Glama
radiovisual

zoekt-mcp

by radiovisual

list_repos

List indexed repositories from a code search index. Optionally filter by repository name using a repo: atom, or leave empty to list all.

Instructions

List indexed repositories.

    ``filter`` is an optional ``repo:`` atom (e.g. ``repo:flask`` or
    ``repo:.`` for all) used to narrow the list. Leave empty to list
    every indexed repository.

    Returns ``{"repos": [{name, url, branches, ...}, ...], "count": N}``.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses the return format (JSON with repos and count) but lacks details on safety (read-only nature), error conditions, or any side effects. Adequate but not thorough.

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?

Three sentences, all front-loaded with the core purpose. Every sentence is necessary: purpose, parameter explanation, return format. No redundant information.

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 tool's simplicity and the presence of an output schema (mentioned in description), the description covers purpose, parameter, and return format. It could mention pagination or authentication, but the current level is sufficient for a list operation.

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 provides no description for the 'filter' parameter (0% coverage). The description compensates by explaining the filter as an optional 'repo:' atom with concrete examples, adding significant meaning beyond the bare 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 clearly states 'List indexed repositories' with a specific verb and resource. It distinguishes from sibling tools (get_file, search_code) by focusing on listing repositories, not fetching single files or searching code.

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?

Provides clear context on when to use the tool (listing all repos or filtered by repo: atom). No explicit exclusions or comparisons with siblings, but the purpose is straightforward enough that the usage is implied.

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/radiovisual/zoekt-mcp'

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