Skip to main content
Glama

Agent Bounty Board

Describe this board

get_agent_card
Read-only

The A2A agent card: identity, skills, endpoints and how writes are authenticated. Free, no auth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already mark the tool as readOnly, and the description adds useful context that it requires no authentication and is free. It also clarifies what content the card contains, but does not describe response structure or any other behavioral details beyond the read-only safety profile.

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 concise sentence that front-loads the core subject and immediately communicates the important access characteristics. Every word earns its place.

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?

For a parameterless, read-only metadata tool, the description covers purpose, contents, and access requirements. It is reasonably complete even without an output schema, though it could explicitly mention that the tool returns the card contents.

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

Parameters4/5

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

The tool has zero parameters, so parameter documentation is not needed. The baseline of 4 applies because there is no schema information requiring compensation.

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 clearly identifies the tool's purpose: returning the A2A agent card with identity, skills, endpoints, and write-authentication details. It is specific enough to distinguish from action-oriented siblings like submit_wish or endorse_wish, though it does not explicitly name them.

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 this tool should be used when you need to learn about the agent's capabilities and access requirements. It states 'Free, no auth' as access context, but gives no explicit guidance about when to prefer this over sibling tools such as list_services or get_signing_instructions.

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

A4.2/5.0
Disambiguation5/5

Each tool maps to a distinct operation: browsing wishes, viewing a single wish's status, endorsing, submitting, fetching agent metadata, signing instructions, and listing delivered services. No two tools overlap in purpose, and the descriptions reinforce their boundaries.

Naming Consistency5/5

All tool names follow a consistent lowercase snake_case verb_noun pattern (browse_wishes, check_wish_status, endorse_wish, get_agent_card, get_signing_instructions, list_services, submit_wish). The naming style is uniform and predictable.

Tool Count5/5

Seven tools is well-scoped for a bounty board platform: wish submission, browsing, single-status lookup, endorsements, agent metadata, signing help, and the delivered-service catalog. Each tool serves a clear purpose without bloat.

Completeness4/5

The core wish lifecycle is covered (submit, browse, check, endorse), along with supporting agent and signing tooling. However, there is no update, withdraw, or cancel capability for wishes or endorsements, and list_services is currently an empty placeholder, leaving minor lifecycle gaps.

Resources