Skip to main content
Glama

Get team member

team.members.get
Read-onlyIdempotent

Fetch a single team member by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memberIdYesMember ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMember ID
emailYesMember email address
statusYesMember status (e.g. ACTIVE)
user_idNoMember user ID
usernameNoMember username
createdAtNoCreation timestamp (RFC 3339)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description's 'Fetch' is consistent with those. The description adds no extra behavioral context such as 404 behavior, authentication requirements, or response details, but the output schema and annotations reduce the burden.

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 one short, front-loaded sentence with no filler. Every word contributes to understanding what the tool does and what it operates on.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple get-by-ID tool with one fully documented required parameter, full annotations, and an output schema, the description is complete enough for an agent to invoke the tool correctly. No additional context is necessary.

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?

Schema coverage is 100% and the single required parameter memberId is described as 'Member ID'. The description adds no further meaning beyond the schema, so the baseline score of 3 applies.

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 states a specific verb ('Fetch'), a specific resource ('a single team member'), and the identifying input ('by ID'). It clearly distinguishes this tool from the sibling team.members.list, team.members.add, and team.members.delete operations.

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 phrase 'single team member by ID' implies the right context for use: when you have a specific member ID. However, it does not explicitly say when to prefer team.members.list for multiple members or mention any exclusions, leaving the usage guidance only implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.