Skip to main content
Glama

analyze_developer

Perform a detailed analysis of a GitHub developer's profile and repositories to assess their activity and contributions.

Instructions

Perform a comprehensive, deterministic analysis on a GitHub developer's profile and repositories.

Args: username: The exact GitHub username to analyze.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

There are no annotations, so the description carries the full burden. The word 'deterministic' adds a behavioral trait, but the description does not disclose whether this operation is read-only, how many API calls it might make, whether it requires authentication, or how it handles invalid usernames. This is insufficient for an aggregation tool.

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 concise and front-loaded, with a single functional sentence followed by a required Args section. Every word earns its place; there is no repetition or filler.

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?

Although an output schema exists, the description gives no sense of what the 'comprehensive analysis' actually entails—what metrics, what repos, what comparison logic. With many sibling tools available, the lack of contextual guidance makes the tool harder to invoke correctly in complex workflows.

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 schema coverage is 0%, so the description must compensate. The line 'username: The exact GitHub username to analyze' adds the precision requirement ('exact') and clarifies the target is a GitHub username. This is marginal but meaningful given the minimal schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs a comprehensive, deterministic analysis on a GitHub developer's profile and repositories. It distinguishes itself from more specific sibling tools like get_user_profile or list_user_repositories by emphasizing the aggregated analytic nature, though it does not explicitly name alternatives.

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 the many sibling tools (e.g., get_user_profile, repository_health, analyze_issue). The phrase 'comprehensive, deterministic analysis' implies a broad use case, but there are no explicit when-to-use or when-not-to-use instructions.

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/ZenitsuAckerman/GitHub-Mcp'

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