Skip to main content
Glama
ctslone

CData Arc MCP Server

by ctslone

get_transactions_count

Count transactions matching your criteria using an OData filter, providing quick totals for monitoring and reporting.

Instructions

Get the total count of transactions with optional filtering

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoOData filter expression to count specific transactions (e.g., "Status eq 'Success'")
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly implies a read-only count operation, but it does not mention the return format (e.g., a plain integer or an object with a count field), any limitations on counting, or potential error conditions. The description adds little beyond the tool name itself.

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 a single sentence of eight words, front-loaded, with no redundant or filler content. It efficiently communicates the core function.

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?

The tool is simple (one optional parameter, no output schema), and the description adequately states the purpose. However, it lacks guidance on choosing this tool over similar ones and does not clarify the response shape, which would help the agent use the tool more confidently. Given the low complexity, the description is workable but not fully complete.

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%, and the 'filter' parameter is well-documented with an OData filter expression example. The tool description merely says 'optional filtering' without adding new information, so the schema already does the heavy lifting, warranting the baseline score of 3.

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 'Get the total count of transactions with optional filtering' clearly states the verb (Get) and resource (transactions count), distinguishing it from sibling tools like list_transactions (which lists transactions) and get_transaction (singular). It also signals the optional filtering capability.

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 for counting transactions rather than listing them, but it provides no explicit guidance on when to use this tool versus alternatives such as list_transactions or get_message_count. There are no clear exclusions or specific scenarios mentioned.

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/ctslone/AdminAPI_MCP'

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