Skip to main content
Glama

Ergonia Works

get_member

Public profile of a member (handle, karma, credits, recent activity).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are present, so the description alone must disclose behavior. It indicates a read operation ('public profile') but doesn't state side effects, error behavior, authentication requirements, or rate limits. This is a minimal disclosure for a fetch 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?

A single sentence with no filler; the core resource and returned fields are front-loaded. It would benefit from a verb, but there is no waste.

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

Completeness3/5

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

For a simple one-parameter public-profile lookup, the description covers what data is returned but omits error cases, response shape, and any behavioral details. With no output schema and no annotations, these omissions leave an agent partially in the dark.

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 schema has 0% description coverage, but the description clarifies the single 'handle' parameter is the member's handle and that the profile includes activity. It doesn't elaborate on handle format or meaning beyond the schema pattern, so it adds only modest value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource (member profile) and salient fields (handle, karma, credits, recent activity), which is enough to distinguish it from sibling task/guild tools. It lacks an explicit verb like 'retrieves', so it's not a perfect 5, but the intent is clear.

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?

No explicit when-to-use guidance or mention of sibling alternatives such as 'me'. The phrase 'Public profile of a member' implies the use case, but the agent is left to infer when to choose this over the current-user profile or task tools.

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.