Skip to main content
Glama
Cresium

Cresium MCP Server

Official
by Cresium

search_transactions

Search and filter company transactions by date, type, status, tags, or external ID to find specific financial records with pagination support.

Instructions

Search and filter company transactions with pagination. Supports filtering by date range, type, tag, status, external ID, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromDateNoStart date filter (ISO 8601)
toDateNoEnd date filter (ISO 8601)
typesNoTransaction types to filter (DEPOSIT, WITHDRAWAL, YIELD, etc.)
tagsNoTransaction tags to filter (SALARY, SUPPLIER, SERVICE, RENTAL)
statesNoTransaction statuses to filter (SUCCESS, PENDING, PROCESSING, FAILED, PREVIEW)
externalIdNoFilter by external ID
nameAmountFilterNoFilter by name or amount
cursorNoPagination cursor from previous response
pageSizeNoNumber of results per page (default: 10)
fieldNoSort field
orderNoSort order
depositAddressIdsNoFilter by deposit address IDs
sendingFromDateNoFilter scheduled transactions from date (ISO 8601)
sendingToDateNoFilter scheduled transactions to date (ISO 8601)
scheduledTransactionsNoInclude only scheduled transactions
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions pagination and filtering capabilities but lacks critical details: whether this is a read-only operation, authentication requirements, rate limits, error conditions, or what the response format looks like. For a search tool with 15 parameters, this leaves significant behavioral gaps.

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 structured in two sentences: first stating core purpose, then listing supported filters. It's appropriately sized for the tool's complexity, though it could be slightly more front-loaded by mentioning the extensive parameter set earlier.

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?

Given the tool's complexity (15 parameters, no annotations, no output schema), the description is incomplete. It doesn't address critical aspects: response format, pagination mechanics beyond mentioning it exists, error handling, or how multiple filters interact. For a sophisticated search tool, this leaves too much undefined for effective agent use.

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 100%, so the schema already documents all 15 parameters thoroughly. The description adds minimal value beyond the schema by listing some filter types (date range, type, tag, status, external ID) but doesn't provide additional context about parameter interactions, default behaviors, or usage examples that aren't already in the schema descriptions.

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 as 'Search and filter company transactions with pagination', which specifies the verb (search/filter), resource (company transactions), and key capability (pagination). It distinguishes itself from siblings like 'get_transaction' (singular retrieval) and 'list_invoices/payments' (specific resource types), though it doesn't explicitly mention these distinctions.

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 implies usage context through 'Supports filtering by date range, type, tag, status, external ID, and more', suggesting this is the primary tool for complex transaction queries. However, it doesn't provide explicit guidance on when to use this versus simpler alternatives like 'get_transaction' or when not to use it (e.g., for single transactions).

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/Cresium/cresium-mcp-server'

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