Skip to main content
Glama
pranjal-sen-2004

GitHub Activity MCP Server

list_user_repos

List repositories owned by a GitHub user to find projects, inspect recent updates, and review repository details.

Instructions

List repositories for a GitHub user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoupdated
per_pageNo
usernameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description must disclose behavioral characteristics on its own, but it only says `List`. It does not mention pagination, sort defaults, whether private repositories are returned, authentication needs, or any other runtime behavior an agent should know.

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 concise sentence with no filler words. The action and object are front-loaded, making it highly scannable and easy to process.

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 output schema likely covers return shape, so lack of return documentation is acceptable. However, the description is still thin for a tool with no annotations and incomplete parameter semantics; pagination and sorting behavior are not addressed and need to be divined from the schema defaults.

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

Parameters2/5

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

Given the schema has 0% parameter description coverage, the description should compensate by explaining at least the main parameters. It clarifies that `username` identifies the GitHub user, but it gives no meaning or allowed use for `sort` and `per_page`, leaving half of the parameters to inference.

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 states a specific action (`List`), a resource (`repositories`), and a clear scope (`for a GitHub user`), making the endpoint immediately distinguishable from siblings like search_repositories or get_repository. Its meaning is unambiguous and can be understood without opening the schema.

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?

The description does not say when to prefer this tool over alternatives or when not to use it. There is no mention of search_repositories for broad search or get_repository for a single repo, so the agent receives no explicit usage guidance.

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/pranjal-sen-2004/github-mcp-server'

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