Skip to main content
Glama

get_membership

Retrieve a compact membership summary by its ID to quickly view essential membership details without extra data.

Instructions

Get a compact membership summary by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
membership_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYes
role_idsYes
can_updateYes
created_atNo
project_idYes
role_namesYes
updated_atNo
principal_idYes
project_nameYes
principal_nameYes
can_update_immediatelyYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It indicates a read operation ('get') but fails to mention authentication requirements, error handling, side effects, or what happens if the membership does not exist.

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 6-word sentence that front-loads the verb and resource. Every word is necessary, and no filler or redundant information is present.

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 (one input, one output) and an output schema exists, reducing the need to describe return values. The description conveys the essentials, but could benefit from explaining what a membership is (e.g., project membership context) to improve completeness.

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 input schema has one parameter with 0% description coverage. The description adds the meaning 'by id', but does not explain the parameter format, source, or constraints beyond integer type. This is adequate but minimal compensation for the missing schema description.

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'), the resource ('compact membership summary'), and the identifier mechanism ('by id'). This directly distinguishes it from sibling tools like list_project_memberships, which lists memberships.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when a specific membership ID is known, but does not explicitly state when to use this tool versus alternatives (e.g., list_project_memberships for browsing). No when-not or prerequisite guidance is provided.

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/jtauschl/openproject-ce-mcp'

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