Skip to main content
Glama
ctslone

CData Arc MCP Server

by ctslone

get_recent_transactions

Fetch recent transactions with status summaries to monitor integration activity and troubleshoot issues. Set the hours to look back and maximum results.

Instructions

Get recent transactions with status summary

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMaximum number of results to return (default: 50)
hoursNoNumber of hours back to look for transactions (default: 24)
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for disclosing behavior. It only states the operation and a hint about output, with no mention of side effects, return format, pagination, authentication, or whether this is a safe read-only operation. This is a significant gap for a tool that could be used in various contexts.

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, front-loaded sentence with no redundant words. It efficiently communicates the tool's purpose and a key aspect of the output. This is appropriately concise for a simple retrieval 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?

With no output schema, no annotations, and no additional description, the tool is under-specified. The meaning of 'status summary', the exact response shape, and the definition of 'recent' (though partially covered by the 'hours' parameter) are unclear. For an agent to use this tool correctly, more context is needed.

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?

The input schema already describes both parameters ('top' and 'hours') with their defaults and meanings, so schema coverage is 100%. The description adds 'status summary' but does not enhance parameter understanding. Baseline 3 is appropriate because the schema does the heavy lifting.

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 a specific verb ('get') and resource ('recent transactions'), and adds 'with status summary' to indicate output contents. This distinguishes it from siblings like 'get_transaction' (singular) and 'list_transactions' (likely broader), though it does not explicitly name them.

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: use this to retrieve recent transactions with a status summary. However, it does not explicitly contrast with alternatives or state when not to use it. The presence of sibling tools like 'get_transaction' and 'list_transactions' offers context, but the description itself provides only implicit direction.

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