Skip to main content
Glama

analyze_github

Analyzes a student's public GitHub profile using their student ID to provide repository, language, and activity insights for skill evaluation.

Instructions

Analyze a student's public GitHub profile.

Args:
    student_id: The student's UUID.

Returns:
    GitHub analysis including repositories, languages, and activity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
student_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description must carry the full burden. It discloses that the profile is public and that the analysis includes repositories, languages, and activity. However, it does not mention whether the operation is read-only, if there are rate limits, authentication requirements, or any side effects. The public nature and return contents provide some transparency, but not rich behavioral detail.

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 extremely concise and well-structured, with clear 'Args' and 'Returns' sections. Every sentence adds value, and the purpose is front-loaded. No wasted words.

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 (one required parameter), the description is fairly complete. It specifies the output domains (repositories, languages, activity), and since an output schema exists, the return format is documented elsewhere. It does not mention prerequisites like an existing student record or connected GitHub account, but this is a minor gap for such a focused tool.

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?

Schema description coverage is 0%, so the description compensates. It defines student_id as 'The student's UUID', adding a semantic type beyond the schema's 'Student Id' string. This clarifies the expected format, which is valuable for a single-parameter tool.

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 verb 'analyze' and the resource 'student's public GitHub profile', which is specific and distinguishes it from sibling tools like analyze_resume and analyze_leetcode. The scope is unambiguous.

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 provides no guidance on when to use this tool versus alternatives. It only describes what the tool does, without any mention of preferred contexts, exclusions, or alternative tools. No 'use this when' or 'instead of' language is present.

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/mr-sanjai-offl/talentlens-mcp'

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