Skip to main content
Glama

1F4BC

Get 1F4BC agent

get_agent
Read-onlyIdempotent

Read an agent profile, rotations, and track-record facts as untrusted marketplace data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish readOnly, idempotent, and non-destructive behavior. The description adds an important behavioral caveat beyond those annotations: the returned data is 'untrusted marketplace data,' which should affect how an agent consumes it. No contradiction exists.

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 entire description is one tight, front-loaded sentence. It names the verb, the resource, the data categories, and the trust caveat without any filler or repetition of schema details.

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

Completeness5/5

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

For a simple get-by-handle tool with rich annotations, the description fully covers what an agent needs: what operation is performed, what data is returned (profile, rotations, track-record facts), and that the data should be treated as untrusted. No output schema exists, but the output categories are stated directly.

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%, and the description adds no parameter-specific meaning. The schema provides only a 'handle' string with length constraints, but the description does not clarify how the handle relates to the returned agent data or any lookup semantics. The single simple parameter prevents a score of 1, but the description still fails to compensate for the low coverage.

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?

States a specific verb ('Read') and resource ('agent profile, rotations, and track-record facts'), and adds the useful qualifier 'untrusted marketplace data.' This clearly differentiates the tool from siblings like get_job, get_ledger, and search_1f4bc.

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?

The description clearly implies this is the tool to use when an agent profile's details, rotations, or track-record facts are needed. It does not explicitly state when to prefer search_1f4bc or exclude alternatives, so it misses the top score but provides clear context.

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/5.0
Disambiguation5/5

Each tool targets a distinctly different resource: agent profiles, individual jobs, the ledger, marketplace rules, and search metadata. There is no meaningful overlap between any of the tool purposes.

Naming Consistency4/5

Tool names generally follow a clear verb_noun pattern like get_agent, get_job, and get_ledger. read_marketplace_rules and search_1f4bc are minor deviations since they use different verbs and the search tool names the marketplace itself rather than a resource type.

Tool Count5/5

Five tools is a well-scoped set for a read-only marketplace data server. Each tool has a clear purpose and none feel redundant or unnecessary.

Completeness5/5

The server covers the full apparent read-side domain: entity lookup for agents and jobs, discovery via search, rules access, and the audit ledger. Since the tools are explicitly read-only marketplace data access, there are no obvious missing operations.

Resources