Skip to main content
Glama
human-turn

t-invest-mcp

by human-turn

Get Operations

get_operations
Read-onlyIdempotent

Retrieve account operations (trades, dividends, taxes, fees) with cursor pagination. Write full history to file for offline analysis.

Instructions

Executed account operations (trades, dividends, coupons, taxes, fees) with cursor pagination. Default period: last 365 days. With outputPath the server fetches ALL pages from the start of the period (the cursor arg is ignored in file mode) and writes the full history to the file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoPeriod end, ISO 8601 (default: now)
fromNoPeriod start, ISO 8601 (default: 1 year ago)
limitNoPage size (inline mode)
cursorNoCursor from the previous response (nextCursor); inline mode only, ignored with outputPath
accountIdYesAccount ID from get_accounts
outputPathNoWrite the full result to this file (path relative to the output root: TINKOFF_OUTPUT_DIR or server cwd) instead of returning it inline. The response becomes a short summary {savedTo, records, bytes, sample}. Use for bulk data to keep the context clean. For get_candles/get_operations this also enables full-history fetching (chunking/pagination).
instrumentIdNoFilter by instrument UID
outputFormatNoFile format; default json (or csv if outputPath ends with .csv). csv writes the main flat array of the response.
Behavior5/5

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

Beyond annotations (readOnly, idempotent, etc.), the description discloses critical behavioral details: in file mode, it fetches ALL pages automatically from period start, ignoring cursor. This adds significant value not in annotations.

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?

Two sentences, front-loaded with purpose, then details. Efficient but could be slightly more structured. No wasted words.

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 tool with 8 parameters and no output schema, the description covers pagination, file mode, and defaults. Lacks explicit return format for inline mode but is generally complete.

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?

Input schema has 100% description coverage. The description reinforces schema defaults (last 365 days) and explains behavior of cursor and outputPath, adding meaning beyond what schema provides.

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 tool retrieves executed account operations (trades, dividends, etc.) with cursor pagination, and distinguishes it from sibling tools like get_portfolio or get_candles by specifying its focus on historical operations.

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?

Provides clear usage context: default period (last 365 days) and explains file mode behavior (cursor ignored, full history fetched). Lacks explicit exclusions or comparisons to siblings, but the context is sufficient for correct selection.

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/human-turn/t-invest-mcp'

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