Skip to main content
Glama
MSPbotsAI

github-org-mcp

by MSPbotsAI

github_get_org_membership

Retrieve a GitHub user's membership role and state in the organization. Use it to verify access and roles.

Instructions

Get a user's membership (role and state) in the organization.

    Args:
        username: The GitHub handle of the user to look up.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must convey behavioral traits. It indicates a read operation ('Get') and names the returned attributes ('role and state'), but it does not mention error cases, authentication requirements, or rate limits. This is adequate for a simple getter but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the core purpose, followed by a compact Args block. It is not bloated, though the Args section partially repeats schema information.

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?

The tool is simple with one required parameter and an output schema is available. The description explains the operation and parameter adequately. It lacks details about edge cases (e.g., non-member responses) and relations to invitation tools, but for the given complexity it is reasonably complete.

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?

The schema only provides the parameter name 'username', but the description adds a meaningful explanation: 'The GitHub handle of the user to look up.' This fully compensates for the 0% schema description coverage, though it could include an example or further clarification.

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 action ('Get') and the resource ('a user's membership (role and state) in the organization'). This distinguishes it from sibling tools like github_list_org_members (listing members) or github_set_org_membership (changing membership).

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 alternatives such as github_list_org_members for listing all members or github_set_org_membership for modifications. The description only states the operation, leaving tool selection to inference.

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

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