Skip to main content
Glama

compare_profiles

Read-only

Compare two public Chapa impact profiles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYes
other_handleYes

TDQS

C2.9/5.0
Behavior3/5

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

The annotations already declare the tool read-only and non-destructive, so the description only needs to add context beyond that. It adds the useful qualifier 'public', implying these profiles are accessible without special credentials, but it does not disclose potential limitations, error conditions, or what happens if one handle is invalid.

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 a single concise sentence with no filler or repetition. It front-loads the core action and resource, though its brevity edges into under-specification.

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

Completeness2/5

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

With no output schema and minimal parameter documentation, the description fails to explain what the comparison returns, what criteria are compared, or any behavioral expectations. An agent could call the tool with two handles, but it would have little idea what result to expect or how to interpret it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for explaining the parameters. It indirectly maps 'handle' and 'other_handle' to the 'two public Chapa impact profiles', but it does not explain what a handle is, how it should be formatted, or any constraints, leaving room for incorrect invocation.

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 names a specific action, 'Compare', and a specific resource, 'two public Chapa impact profiles', making the basic function clear. It is distinguishable from siblings like get_impact_profile and find_profile because it explicitly involves comparing two profiles rather than retrieving one, though it does not detail what aspects are compared.

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 given about when to use this tool versus alternatives such as get_impact_profile or find_profile. The usage context is only implied by the phrase 'Compare two...' and no exclusions or conditions are provided.

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.

TDQS

A3.7/5.0
Disambiguation4/5

Most tools target distinct resources or actions: profile data, history, comparison, badge verification, and explanations are clearly separated. The only mild ambiguity is between find_profile and get_impact_profile, since both resolve a GitHub handle to profile-related information.

Naming Consistency5/5

All nine tools use a consistent verb_noun snake_case pattern (compare_, explain_, find_, get_, verify_). The verbs are specific to their action, making the toolset predictable.

Tool Count5/5

Nine tools is a well-scoped size for a public profile and badge verification service. Each tool covers a distinct user need without redundant or excessive surface area.

Completeness5/5

The toolset covers the main lifecycle for public Chapa profiles: finding, retrieving, comparing, explaining, verifying, and embedding badges. For a read-only public-info service, there are no obvious dead ends or missing core operations.