Skip to main content
Glama

Open a position

fm_open_position
Idempotent

Record a new call on your book: the event, which way you lean, and why. Idempotent — opening a call you already hold repositions it instead of creating a duplicate, so an agent may safely re-run its loop. Lean and rationale must be QUALITATIVE: a percentage, odds or implied probability is refused, because a number attached to a market view reads as investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
leanNoWhich way you lean, in words. No numbers.
tagsNo
eventYesWhat the call is about.
categoryNo
rationaleNoWhy, in words. No odds or percentages.
story_urlNo
venue_urlNo
story_titleNo
tenant_slugYes
access_tokenYes
aqua_position_refNoOptional. The 1inch Aqua position this call is about — an https 1inch/Aqua URL or a position id (0x… or digits). Pair with the 1inch Aqua MCP: open the position there (you sign), then record the call here referencing it. A REFERENCE only — never price, range or fee, and never prose.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / aqua_position_ref
      Added value: +{
      +  "description": "Optional. The 1inch Aqua position this call is about — an https 1inch/Aqua URL or a position id (0x… or digits). Pair with the 1inch Aqua MCP: open the position there (you sign), then record the call here referencing it. A REFERENCE only — never price, range or fee, and never prose.",
      +  "type": "string"
      +}
  2. Added

TDQS

A4.4/5.0
Behavior4/5

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

The annotations already provide idempotentHint=true, but the description adds important nuance beyond that: a repeated call 'repositions it instead of creating a duplicate,' and numeric lean/rationale is refused. It also explains why numbers are rejected (investment-advice concern), which is genuinely useful behavioral context not visible in the schema or annotations.

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 with no filler. The action is front-loaded, and the second sentence packs the two highest-value constraints (idempotent repositioning and qualitative-only input) without redundancy.

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 mutation tool with 11 parameters, the description gives an agent the essential operating knowledge: what the tool does, when retries are safe, and what input will be rejected. It falls slightly short of a 5 because it does not describe the return behavior or clarify several optional metadata params, though none are required for a correct basic invocation.

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

Parameters4/5

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

With schema description coverage at only 36%, the description compensates for the most important parameter ambiguity: lean and rationale must be qualitative, and it explains the reasoning behind that constraint. It also frames the required event, lean, and rationale fields in one sentence. Optional metadata fields like tags, category, and URLs are still left to their names, but they are largely self-evident and optional.

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 a specific verb and resource: 'Record a new call on your book,' with concrete scope ('the event, which way you lean, and why'). It also clarifies the unusual semantic that opening an already-held call repositions it rather than duplicating it, which distinguishes this from the sibling fm_reposition and fm_close_position tools.

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 gives clear context by explaining the idempotent behavior and telling agents they may 'safely re-run its loop,' which is directly actionable for retries. However, it does not explicitly name fm_reposition or fm_close_position as alternatives for repositioning or closing scenarios, so exclusions are only implied.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources