Skip to main content
Glama
rivradev

recite-mcp

by rivradev

import_transactions

Import multiple transactions at once using a JSON list, CSV text, or CSV file path with optional all-or-nothing import and project assignment.

Instructions

Import multiple transactions at once.

Provide exactly one data source: transactions (list), csv_text, or csv_file_path.

Args: transactions: List of transaction objects to import. csv_text: Raw CSV string content. csv_file_path: Local path to a CSV file. all_or_nothing: If True, fails the entire import if any transaction fails. project_id: Apply all transactions to this project UUID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transactionsNo
csv_textNo
csv_file_pathNo
all_or_nothingNo
project_idNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains the 'all_or_nothing' behavior but lacks details on success/failure responses, error handling, 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.

Conciseness4/5

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

The description is concise with a clear intro and inline parameter descriptions, though a more structured format could improve readability.

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

Completeness3/5

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

It covers data source options and the all_or_nothing flag but omits return values (e.g., what the tool outputs) and does not mention any constraints on mixing input types.

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 0% schema description coverage, the description compensates by explaining each parameter's role, such as 'Apply all transactions to this project UUID' for project_id, adding meaning beyond schema titles.

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 'Import multiple transactions at once' with a specific verb and resource, distinguishing it from single-transaction tools like 'create_transaction'.

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 specifies to provide exactly one data source among three options and lists all arguments, but does not explicitly contrast with alternatives or provide when-not guidance.

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/rivradev/recite-mcp'

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