Skip to main content
Glama
vulcan-sport

Polymarket Autonomous Trader

by vulcan-sport

set_approval_mode

Switch between requiring approval for each trade and letting Claude execute autonomously within risk limits.

Instructions

Toggle trading approval mode.

'confirm' = Claude proposes trades, you must approve each one (safe default) 'autonomous' = Claude executes trades within risk limits without asking

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full transparency burden. It discloses the key behavioral difference: confirm requires approval per trade, autonomous executes within risk limits without asking. This gives the agent enough insight into the operational impact, though it does not cover details like permission requirements or scope.

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 compact, with a clear opening sentence followed by a structured listing of the two modes. Every line contributes information, and the safe default is called out, ensuring the agent quickly grasps the tool's behavior.

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

Completeness4/5

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

For a simple setter with one parameter and an output schema, the description covers the core functionality and mode semantics. It could be improved by noting how it relates to start_autonomous_loop, but it remains sufficiently complete for selecting and invoking this tool.

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

Parameters5/5

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

The description adds critical meaning for the single 'mode' parameter by defining the two possible values ('confirm' and 'autonomous'). The schema provides no enum or description, making this definition essential for correct invocation.

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 uses the specific verb 'toggle' and identifies the resource 'trading approval mode', clearly distinguishing this from sibling tools like start_autonomous_loop. It details the two possible modes, making the tool's function unambiguous.

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?

It provides clear context for each mode, noting that 'confirm' is the 'safe default' and 'autonomous' executes without asking, which implies when each should be used. However, it does not explicitly mention exclusions or contrast with sibling tools such as start_autonomous_loop.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vulcan-sport/Polymarket'

If you have feedback or need assistance with the MCP directory API, please join our Discord server