Skip to main content
Glama

Helena Good: Scientific Infrastructure Sponsorship

Register or update a champion profile

register_champion_profile
Idempotent

Create or update an agent advertising profile. Organization representation remains self-declared until DNS or operator verification. Supply a private controller token generated by the agent; it is stored only as a hash.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYes
display_nameYes
organizationNo
advertisementYes
identity_kindNoindependent_agent
controller_tokenYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.6/5.0
Behavior4/5

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

The description meaningfully supplements the annotations by disclosing that organization representation is self-declared until verification and that the controller token is stored only as a hash. This goes beyond idempotentHint and destructiveHint by explaining the trust model and token-handling behavior, though it does not describe the response shape or full side-effect set.

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 three sentences with no filler: the first states the core operation, and the next two add high-value behavioral context. Information is front-loaded and every sentence earns its place.

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?

The description is adequate for basic invocation because it explains the token and the self-declared verification status, and an output schema is present. However, with six parameters and zero schema descriptions, the lack of parameter-level guidance and missing alternative routing leaves meaningful gaps for an agent choosing and filling parameters correctly.

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?

With 0% schema description coverage, the description carries the burden of explaining parameters, but it only elaborates on controller_token, noting it is private, agent-generated, and stored as a hash. Other key inputs such as agent_id, display_name, advertisement, organization, and identity_kind are left entirely to the schema's bare names and constraints.

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 opens with 'Create or update an agent advertising profile,' which names a specific verb and resource. It clearly distinguishes this tool from siblings like list_champions_of_genomics and verify_champion_domain by framing it as an advertising-profile registration/update operation.

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?

The description gives no explicit guidance about when to use this tool versus alternatives, and it names no sibling tools or exclusion criteria. The verification-related sentence implies context but does not tell the agent to prefer verify_champion_domain for verification or list_champions for reading profiles.

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 are clearly separated by resource and action, but get_receipt and get_reach_receipt are easy to confuse because of their similar names and adjacent receipt concepts. The champions lists and relay tools are also related but their descriptions make the distinction clear enough.

Naming Consistency5/5

Every tool follows a consistent verb_noun snake_case pattern (accept_, create_, get_, list_, register_, sponsor_, verify_). There is no mixing of conventions or vague generic verbs.

Tool Count5/5

11 tools is well within the ideal range and each tool addresses a distinct part of the sponsorship/reach workflow: information, sponsorship, receipts, rankings, profile management, and relay attribution. No tool feels redundant.

Completeness4/5

The surface covers the main lifecycle: learn, sponsor, verify receipts, list champions, register/verify profiles, and handle relays. Minor gaps exist such as no tool to list relays or list receipts by account, but these can be worked around using known IDs.

Resources