Skip to main content
Glama
RachitJava

MCP GitHub Navigator

by RachitJava

get_user

Get details of the authenticated GitHub user, including username, avatar, and profile information, for AI agents to identify the current user.

Instructions

Get the authenticated GitHub user details

Input 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 burden of behavioral disclosure. It clarifies that the user is the authenticated one, but it does not explicitly state that the operation is read-only, what the return format looks like, or potential errors. However, the word 'Get' strongly implies a safe read 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?

One concise, front-loaded sentence with no wasted words. It states the action and target clearly.

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?

For a zero-parameter tool with no output schema, the description is adequate but could have been slightly more explicit about what 'details' includes or that it returns the profile object. It is still complete enough for an AI agent to correctly invoke the 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?

There are zero parameters, and the schema covers 100% of the (empty) parameter set. The description adds meaning by noting the user is 'authenticated', implying no parameters are needed because the identity comes from the session.

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 (Get), the resource (authenticated GitHub user), and the scope (details). It distinguishes itself from the sibling tool list_repos, which deals with repositories, by focusing on the user profile.

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?

The phrase 'authenticated user' clearly implies this is for the current user's profile, and it contrasts with list_repos which handles repositories. No explicit exclusions are given, but the context is clear for such a simple tool.

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/RachitJava/mcp-github'

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