Skip to main content
Glama
AgentTanuki

Agent Guild

ag_capabilities

List Agent Guild's invocable tools with IDs, schemas, latency, and guest terms. Get a signed provenance envelope for every capability, ensuring transparent trust verification.

Instructions

List Agent Guild's invocable utility capabilities (the ag_* tools): id, version, summary, input/output JSON schemas, latency, guest terms. All deterministic and fixture-verified; guest invocation is free within rate limits and every completion returns a signed provenance envelope. Full identity documents: GET /.well-known/ag-identities/index.json.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.7.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations present, the description carries the full burden and does well by stating determinism, fixture verification, free guest invocation within rate limits, and the signed provenance envelope in every completion. It does not mention side effects, but this is a read-only listing tool so the absence is acceptable.

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 concise, front-loaded with the primary action and resource, and packs essential details into three sentences. It avoids redundancy and clearly separates what is returned from where to find more comprehensive identity documents.

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 parameterless capability-listing tool, the description is complete: it specifies the output contents, behavioral guarantees, cost constraints, and a pointer to additional identity documentation. No critical information is missing for an agent to decide whether and how to invoke this tool.

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 accepts zero parameters, and the input schema is an empty object. Since there are no parameters to document, the baseline of 4 applies; the description appropriately omits parameter details.

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 clearly states the tool's purpose: 'List Agent Guild's invocable utility capabilities' and enumerates the exact content fields returned (id, version, summary, schemas, latency, guest terms). It also distinguishes this from sibling guild_* tools by focusing specifically on ag_* utility capabilities and pointing to identity documents for full details.

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 gives explicit invocation context: all results are deterministic and fixture-verified, guest use is free within rate limits, and every completion returns a signed provenance envelope. It also directs users to the identity index for full documents, although it does not explicitly contrast with sibling tools beyond the ag_* scope.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentTanuki/agent-guild'

If you have feedback or need assistance with the MCP directory API, please join our Discord server