Skip to main content
Glama

oracle.discovery_bundle

Return the single-fetch discovery bundle with interfaces, runtime mode, schemas, and sample payloads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose output contents and the single-fetch nature, but it does not describe return envelope, error behavior, or whether any authentication is needed. 'Return' implies a read operation, yet no explicit safety or side-effect statement is provided.

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 a single, front-loaded sentence with no filler. Every phrase adds useful information about what the bundle contains.

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?

For a zero-parameter tool, the description is largely sufficient: it names what is returned and signals this is a one-call discovery action. It would be slightly more complete with an explicit note on expected usage in discovery flows or a note on response structure, but those are minor for this simple 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 has zero parameters, so the empty input schema is complete and the baseline is 4. The description rightly adds no parameter information because there is nothing to document.

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 states a specific verb ('Return') and a specific resource ('single-fetch discovery bundle'), then lists its contents: interfaces, runtime mode, schemas, and sample payloads. This content list distinguishes it from sibling tools like oracle.service_descriptor or oracle.agent_card.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus its siblings. It does not mention alternatives or conditions under which a different oracle.* tool would be more appropriate, leaving the agent to infer usage solely from the name and content list.

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

A3.6/5.0
Disambiguation4/5

Verification and trust receipt tools are clearly separated, but discovery_bundle, service_descriptor, and agent_card overlap as metadata discovery endpoints, and verify_response is a legacy alias next to verify_autonomous_action. Descriptions help, but an agent could hesitate when choosing among the metadata tools.

Naming Consistency4/5

The oracle.* prefix and get_/verify_ action prefixes provide a mostly predictable pattern. However, agent_card, discovery_bundle, and service_descriptor are noun-style endpoints rather than verb_noun, creating minor inconsistency.

Tool Count5/5

Nine tools is well-proportioned for the server's scope, covering discovery, pricing, verification, and trust receipt operations without unnecessary bloat. Each tool addresses a distinct part of the integration workflow.

Completeness4/5

The set covers the core workflow: discover capabilities, read pricing, perform single or batch verification, and resolve or verify trust receipts. Minor gaps exist around explicit account balance or allowance management, but pricing and top-up metadata partially address that need.