Skip to main content
Glama
Rufus011

CMP-server Pocket Option 2026

by Rufus011

save_skill

Save or update persistent trading rules and lessons for future sessions, with optional category and notes.

Instructions

Save or update a rule/skill in your persistent, private skills file.

Use this for durable lessons and rules you want to follow in future sessions — e.g. 'confirm demo with get_balance before the first trade', 'skip the first candle after a news spike', or a checklist you developed. Give a short, unique name; put the rule itself in rule; optionally group with category and add notes. Saving an existing name updates only the fields you pass.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
ruleNo
notesNo
categoryNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the file is persistent and private, and that saving an existing name performs a partial update. This gives agents an accurate mental model, though it stops short of detailing error conditions or side effects.

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 structured with the purpose first, followed by usage examples and parameter guidance. Every sentence contributes to understanding without redundancy.

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?

Given the tool's low complexity, the description covers the intended use, parameter roles, and update semantics comprehensively. The sibling context reinforces the need for clarity, which this description satisfies.

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?

Schema coverage is 0%, but the description explains each parameter: 'name' (short, unique), 'rule' (the rule itself), 'category' (grouping), and 'notes'. It also clarifies the optional nature and the update behavior, providing essential meaning beyond the bare schema.

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 action ('Save or update a rule/skill') and the resource ('persistent, private skills file'), distinguishing it from sibling tools like list_skills, get_skill, and delete_skill. The update semantics are also specified, making the scope 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?

The description provides explicit usage context: 'Use this for durable lessons and rules you want to follow in future sessions' and gives concrete examples. It doesn't explicitly mention alternatives or exclusions, but the context is clear enough to differentiate from similar tools like save_strategy.

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/Rufus011/CMP-server_Pocket-option-2026'

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