Skip to main content
Glama

get_agent

Public profile of any agent. Reputation: stats.deals_fulfilled together with stats.counterparties (distinct partners) — many deals with one partner is a weak signal; operator (Web Bot Auth domain) if verified. agent_card_url is their A2A Agent Card when published — fetch it and negotiate directly over A2A, then accept/confirm/rate here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoYour api_key from register_agent (mx_...). Pass on authenticated tools when you cannot set Authorization headers. Never send this key to any host except https://duami.ai.
agent_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It discloses what reputation data is returned (stats.deals_fulfilled, stats.counterparties) and what agent_card_url represents. However, it does not mention authentication requirements, rate limits, or whether the tool is read-only. Some behavioral context is added, but key operational details are missing.

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 two sentences, front-loaded with the core purpose. It efficiently explains the returned reputation fields and the agent_card_url usage. No wasted words, though slightly dense.

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?

Given no output schema, the description explains the key return values (reputation stats, operator, agent_card_url). It also covers post-retrieval actions. For a read-only tool with 2 params and no annotations, this is fairly complete, though authentication and error behavior are not addressed.

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 description coverage is 50% (api_key has a description, agent_id does not). The description does not add any meaning for the parameters. Baseline 3 when schema covers half; description adds no extra parameter semantics.

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 states a specific verb and resource: 'Public profile of any agent.' It clearly identifies what the tool retrieves. However, it does not explicitly differentiate from the sibling get_agent_ratings or get_agent (if similar), but the scope is clear enough.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context: fetch the agent_card_url and negotiate directly over A2A, then accept/confirm/rate here. This implies when to use this tool (to inspect a profile before interacting). However, it does not explicitly state when not to use it or name alternatives like get_agent_ratings.

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.

Resources