Skip to main content
Glama
caplinehq

capline-mcp

Official
by caplinehq

mandate_status

Retrieve a mandate's current spending state: committed spend, reserved funds, remaining budget, and per-chain breakdown, to enforce payment caps.

Instructions

Read a mandate's current state: committed spend, reserved, remaining budget, and the per-chain breakdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mandateIdYesthe mandate to inspect
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explicitly describes the tool as read-only and enumerates the output fields, giving the agent confidence that no side effects occur. It doesn't mention error cases or authorization, but for a simple read tool this is adequate.

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, well-structured sentence that immediately states the action ('Read') followed by concise detail on what is returned. Every word adds value, with no redundant or filler content.

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?

Given the tool's low complexity (one required parameter, no output schema), the description is quite complete: it explains the purpose and the key fields of the result. It could mention whether the returned data is live or cached, but this is not essential for a simple status-read tool.

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 provides 100% coverage for the single parameter 'mandateId' with the description 'the mandate to inspect'. The tool description adds no additional semantic detail beyond this, so the baseline score of 3 is appropriate.

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 reads a mandate's current state, listing specific data elements returned (committed spend, reserved, remaining budget, per-chain breakdown). This distinguishes it from sibling tools like create_mandate, pay, and revoke_mandate, which imply write or state-changing 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?

The description uses 'Read' and specifies what data is retrieved, making it clear this tool is for inspection rather than modification. While it doesn't explicitly name alternative tools or exclusion criteria, the context from sibling names and the read-oriented wording provide clear usage context.

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/caplinehq/capline-mcp'

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