Skip to main content
Glama

Roastify Oracle How To Join

roastify_oracle_how_to_join

Get DPYC onboarding instructions from the Oracle. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. The phrase 'Get... from the Oracle' indicates a read-only retrieval, and 'Free' transparently discloses that no payment or credits are required. While it does not detail output format or potential edge cases, the operation is simple and the description communicates the key behavioral traits for a no-parameter info lookup.

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 two sentences totaling eight words: 'Get DPYC onboarding instructions from the Oracle. Free.' The primary action is front-loaded, and the second sentence adds a useful cost detail without redundancy. Every word 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 zero-parameter tool with an output schema, the description is complete for invocation. It tells the agent exactly what will be returned (DPYC onboarding instructions) and the cost (free). The presence of an output schema means return-value details do not need to be in the description.

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 input schema has zero parameters, so there is no parameter semantic burden on the description. According to the rubric, a zero-parameter tool receives a baseline score of 4. The description does not need to add parameter meaning because none exist.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action and resource: 'Get DPYC onboarding instructions from the Oracle.' The verb 'Get' and the noun 'onboarding instructions' make the tool's purpose unambiguous. It does not explicitly distinguish itself from sibling tools like roastify_oracle_about or roastify_get_operator_onboarding_status, but the resource is specific enough that an agent can infer its function.

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?

The description provides no guidance on when to use this tool versus alternatives such as roastify_oracle_about or roastify_get_patron_onboarding_status. There is no mention of alternative tools, conditions for selection, or exclusions. The usage context is only implied by the title and sibling list, not stated.

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.