Skip to main content
Glama
dodopayments

Dodo Payments Agent Plugin

Official
by dodopayments

search_docs

Read-only

Find SDK methods, parameters, and usage examples by searching the documentation. Use it to determine the correct API approach before writing code.

Instructions

Search SDK documentation to find methods, parameters, and usage examples for interacting with the API. Use this before writing code when you need to discover the right approach.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe query to search for.
detailNoThe amount of detail to return.
languageYesThe language for the SDK to search for.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.3

TDQS

A4.1/5.0
Behavior3/5

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

The readOnlyHint annotation already indicates this is a safe read operation. The description confirms it is a search action but adds no additional behavioral details beyond that, such as output format, pagination, or rate limits. Since annotations cover the safety profile, the description adds minimal extra transparency.

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, front-loaded with the core purpose, and contains no redundant wording. Every sentence contributes useful information, making it highly concise and well-structured.

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 read-only search tool with a fully documented schema and no output schema, this description is sufficiently complete. It states what the tool searches for, what it returns (methods, parameters, usage examples), and when to use it, which covers the necessary context given the tool's simplicity.

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?

The input schema has 100% description coverage for all three parameters (query, detail, language). The description does not add any parameter-specific meaning beyond what the schema already provides, so the baseline of 3 applies.

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 performs a search of SDK documentation to find methods, parameters, and usage examples. The verb 'search' and specific resource 'SDK documentation' are explicit, and it distinguishes from the sibling 'execute' by focusing on discovery rather than running code.

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 provides explicit guidance: 'Use this before writing code when you need to discover the right approach.' This establishes a clear usage context. However, it does not explicitly mention when not to use it or name alternatives like 'execute', so it lacks full exclusion criteria.

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

Deploy Server

Other Tools