Skip to main content
Glama

aeo_fetch

Retrieve the AEO Protocol declaration from an origin's /.well-known/aeo.json endpoint. Returns the raw JSON document.

Instructions

Fetch the full AEO Protocol declaration at an origin's /.well-known/aeo.json. Returns the raw conforming JSON document.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originYesOrigin URL (e.g. 'https://mizcausevic-dev.github.io').
Behavior3/5

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

Descripton states returns raw JSON but does not disclose potential errors, authentication needs, or side effects. Since annotations are absent, description carries full burden but is minimally adequate.

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 concise sentences with action-verb front-loading. No unnecessary words.

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 single parameter and no output schema, description is largely complete for a simple fetch operation. Could mention error behavior, but sufficient for typical use.

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?

100% schema description coverage means schema already documents the parameter. Tool description does not add semantics beyond what schema provides. Baseline score of 3 is appropriate.

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?

Descripton clearly states verb 'Fetch' and resource 'full AEO Protocol declaration' with specific URL path. Distinguishes from siblings like aeo_inspect or aeo_get_claim by focusing on raw document retrieval.

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?

No explicit when-to-use or when-not-to-use guidance. Implications from description suggest it's for fetching raw JSON, but lacks comparison with sibling tools.

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

Install Server

Other Tools

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/mizcausevic-dev/mcp-kinetic-gain'

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