Ddg Instant
ddg_instantDDG Instant: DuckDuckGo instant answer + related topics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
ddg_instantDDG Instant: DuckDuckGo instant answer + related topics
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the full burden of disclosing behavior. It indicates only that the tool provides an instant answer and related topics; it does not mention whether this is a read-only network call, what happens with an empty q, or any error/rate-limit behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and readable, but 'DDG Instant:' is a redundant label given the title, and the phrase is a noun phrase rather than a front-loaded instruction. There is no wasted length, yet it is more under-specified than concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With one optional q and an output schema, the tool is low-complexity, but the description still leaves q undocumented and gives no usage conditions. An agent can guess the query parameter from the name, but the definition does not fully support correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one q parameter with no description and 0% coverage, and the description never explains that q is the query or what format is expected. Thus the description adds no meaning beyond the schema itself.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies the source (DuckDuckGo) and the content returned (instant answer plus related topics), so an agent can recognize this as a DuckDuckGo lookup rather than a generic search. It lacks an explicit verb, but the resource and scope are clear enough to distinguish it from the many other lookup tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to choose this tool over alternatives, and no candidate sibling is named. The description implies a use case but does not provide context, exclusions, or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.