Skip to main content
Glama
ColinEdw

fomo-mcp

by ColinEdw

fomo_get_pnl_equity_series

Retrieve a user's PnL and equity series over time using a user ID and ISO timestamp marking the start of each window.

Instructions

PnL/equity series. timestamp is ISO (start of window)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdYes
timestampYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It adds one useful detail (timestamp is ISO start-of-window) but does not state read-only behavior, data granularity, ordering, auth requirements, or what the series represents.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently short with no filler. The timestamp clarification earns its place. It is not front-loaded with a clear verb phrase, but overall it is appropriately sized for a simple tool.

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?

For a tool with zero annotations and no output schema, the description is insufficiently complete. It fails to explain what the PnL/equity series represents, how it is scoped by userId, or what format the result takes. The only concrete detail is the timestamp format.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for both parameters. It only clarifies timestamp format (ISO start-of-window); userId is left entirely unexplained. One of two parameters gains semantics, but the other is completely vague.

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

Purpose3/5

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

The phrase 'PnL/equity series' identifies the resource but is a fragment rather than a clear verb+resource statement. It is distinguishable from siblings by subject matter, but it doesn't explicitly say it fetches/returns a series for a given user.

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

Usage Guidelines2/5

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 siblings like fomo_trading_activity, fomo_get_user_swaps, or fomo_get_balances. The description provides no context for selecting 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.