combinatorial_arb
Polymarket negRisk combinatorial arbitrage scan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Polymarket negRisk combinatorial arbitrage scan.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are empty, so the description must disclose behavioral traits. Only states 'scan', implying read-only, but lacks details on return format, cost, or side effects. This is insufficient for a tool with no annotation support.
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 a single sentence with no fluff, but it is too brief to be fully informative. It sacrifices completeness for conciseness.
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 no output schema, no parameter details, and no annotations, the description is incomplete. It does not explain what the scan returns, how results are structured, or how to use the limit parameter.
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 input schema has one optional parameter 'limit' with no description. Schema coverage is 0%, and the description does not explain the parameter's meaning or usage, adding no value beyond the schema.
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 specifies the platform (Polymarket), type (negRisk combinatorial arbitrage), and action (scan). It distinguishes from sibling tools like cross_platform_arb_scan by focusing on Polymarket and negRisk. However, 'negRisk' may not be clear to all agents, slightly reducing clarity.
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 on when to use this tool versus sibling tools like polymarket_event_scan or cross_platform_arb_scan. The description does not provide any context for selection or exclusion.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.