Skip to main content
Glama
daedalusdevelopmentgroup

io.github.daedalusdevelopmentgroup/ddg-agent-services-mcp

Official

ddg_quote_payment

Obtain a payment challenge for accessing DDG protected routes without executing backend compute.

Instructions

Return the payment challenge for a supported DDG protected route without executing backend compute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo/v1/model/chat-completions
agent_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool does not execute backend compute, which indicates it is non-destructive but lacks details on authentication requirements, rate limits, or consequences of misuse.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence of 15 words, making it concise and front-loaded. It earns its place by providing essential purpose information, though it could add parameter context without significant bloat.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 2 optional parameters and an output schema. The description adequately conveys the core action but omits context about the output schema or how the payment challenge is used. It is minimally viable but could be more complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description does not explain the parameters (path and agent_id). With 0% coverage, the description should compensate by describing parameter roles, but it does not, leaving the agent with only schema defaults.

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 the tool returns a payment challenge without executing backend compute, specifying the verb 'return' and resource 'payment challenge'. It distinguishes from sibling tools that execute actions (e.g., ddg_submit_order), but could be clearer about what a 'payment challenge' entails.

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 on when to use this tool versus alternatives like ddg_submit_order or ddg_run_paid_model. The description implies it's for quoting without execution, but does not explicitly state use cases, when-not-to, or prerequisites.

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