Skip to main content
Glama

List accessible repositories

forgejo_list_repos
Read-onlyIdempotent

List all repositories accessible with your token, most recently updated first, to find full names and use them in issue and pull request tools.

Instructions

Lists the repositories the token can reach, most recently updated first.

Parameters: page, limit, response_format.

Returns: { total, count, page, limit, has_more, repos: [{ full_name, private, fork, default_branch, description, updated_at, html_url }] }

Use it to discover the owner/repo values to pass to the other tools when they are unknown. Errors: 403 if the token lacks the 'read:user' scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage to fetch, 1 = first.
limitNoItems per page (max 50).
response_formatNo'markdown' for a readable rendering, 'json' for the full data.markdown

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior5/5

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

With annotations already declaring readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, the description adds meaningful behavioral context beyond those: result ordering, pagination fields, the ability to choose markdown or JSON output, and the specific 403 error condition for missing read:user scope. This fully discloses observable behavior for a list operation.

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 tightly organized: purpose first, then parameters, return shape, usage scenario, and error condition. Every section earns its place; the parameter list briefly restates schema names but does not bloat the entry. It is compact yet informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, so the description compensates by providing a precise return structure with all key fields. It also includes error behavior, parameter names, and the intended discovery use case. For a simple, optional-parameter list tool, nothing essential is missing.

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?

Schema coverage is 100%, so the input schema already defines page, limit, and response_format with defaults, ranges, and descriptions. The description merely lists the parameter names without adding extra syntactic or semantic detail. Baseline 3 is appropriate because the schema carries the parameter documentation burden.

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?

States a specific verb ('Lists'), a clear resource ('repositories the token can reach'), and an ordering detail ('most recently updated first'). The stated purpose distinctly separates it from sibling tools like forgejo_list_issues, forgejo_list_branches, or forgejo_list_commits. The description even ties the tool to a concrete discovery role: finding owner/repo values for other tools.

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 an explicit use case: 'Use it to discover the owner/repo values to pass to the other tools when they are unknown.' This gives clear context for when to call the tool. It does not name specific alternatives or give explicit 'when not to use' guidance, so it misses the full exclusionary guidance needed for a 5.

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

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/Birdiz/forgejo-mcp'

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