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

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare idempotentHint=true and destructiveHint=false. The description adds valuable context beyond annotations by explaining what idempotency means in practice ('opening a call you already hold repositions it instead of creating a duplicate') and the qualitative constraint (refusing numbers to avoid investment advice). It does not cover all behavioral aspects (e.g., authentication, side effects), but the added context is meaningful.

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 three sentences with no wasted words. The most critical information is front-loaded: the primary action and what is recorded. Idempotency and the qualitative constraint are presented concisely. Every sentence earns its place.

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

Completeness2/5

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

Despite 10 parameters and no output schema, the description only covers the core action and two input constraints. It does not explain what the tool returns, the meaning of optional parameters like tags or story_url, or the overall effect on the system (e.g., what 'your book' is). Key context is missing for a tool with this complexity, leaving significant gaps for an agent.

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

Parameters3/5

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

Schema description coverage is only 30%, with descriptions for lean, event, and rationale. The description reinforces the qualitative requirement for lean and rationale, which adds some meaning. However, it does not clarify the remaining 7 parameters (tags, category, story_url, venue_url, story_title, tenant_slug, access_token), leaving significant gaps for an agent to understand their purpose. The description partially compensates but is insufficient for the low coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Record a new call on your book' with details on what is recorded (event, lean, rationale). However, it does not explicitly distinguish from sibling tools like fm_reposition or fm_close_position, though the idempotent behavior hints at the difference. The verb 'record' and the resource 'new call on your book' are specific, but the description could be more explicit about when to use this vs. alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides implicit usage guidelines: the tool is idempotent (safe to re-run) and requires qualitative input for lean and rationale. However, it does not explain when to use this tool versus siblings (e.g., when to open vs. reposition vs. close). It gives a constraint on input format but no explicit context for choosing this tool over alternatives.

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.

TDQS

A3.8/5.0
Disambiguation5/5

Every tool has a clearly distinct purpose, with detailed descriptions that prevent ambiguity. Even similar tools like search_articles, search_declassified, and search_unified target different corpora, and the publisher tools are well-separated. No overlap that would confuse an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, using clear prefixes like get_, search_, subscribe_, publisher_, fm_, digest_, etc. The naming is predictable and systematic, making it easy for an agent to infer functionality.

Tool Count4/5

At 37 tools, the count is higher than the typical 3-15 range for a coherent set, but the server covers a wide domain (content retrieval, podcast management, fund manager book, embedder network, etc.). Each tool earns its place, though the set could be slightly reduced by merging some rare-use tools.

Completeness4/5

The tool surface is comprehensive for the server's purpose—search, audio, subscriptions, publisher workflows, and special features like the Divergence Index. Minor gaps exist (e.g., no explicit unsubscribe tool, no article update/delete), but they are not critical for core workflows.