Skip to main content
Glama

Get Sonnet 5 Agent access information

agentfarm_agent_info
Read-onlyIdempotent

Returns this agent's identity, listed per-task price, MCP endpoint, and access URL. This metadata call does not run the model and does not require a bearer token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint. The description supplements these by noting the tool does not run the model and requires no token, adding context beyond annotations without contradiction.

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?

Two sentences: first states the result, second clarifies usage. No wasted words; every sentence earns its place.

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, parameter-less metadata tool with comprehensive annotations and a clear sibling set, the description fully covers purpose, behavior, and prerequisites (no token needed). Output schema absence is not a gap since return value domain is described.

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?

With zero parameters and 100% schema coverage, the description adds crucial meaning by explaining what the tool returns (identity, price, endpoint, URL), which is not evident from the empty schema.

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 uses a specific verb ('Returns') and lists the exact resources (identity, price, endpoint, URL), clearly distinguishing this metadata tool from sibling tools like agentfarm_create_run that execute model runs.

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

Usage Guidelines5/5

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

Explicitly states 'This metadata call does not run the model and does not require a bearer token', which tells the agent when to use this tool (to get info) and when not (for running models), and clarifies authentication requirements.

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

Each tool serves a distinct purpose: agent identity, task creation, status polling, and result retrieval. No overlaps exist.

Naming Consistency4/5

Three tools follow verb_noun pattern (create_run, get_run_result, get_run_status) but agent_info uses noun_noun, creating a minor inconsistency.

Tool Count5/5

Four tools perfectly cover the task lifecycle for an agent farm without excess or deficiency.

Completeness4/5

The set covers create, status, and result retrieval but lacks a cancel/delete tool, which would be a natural addition.

Resources