Skip to main content
Glama

ln_budget_check

Check budget rules and current spending per vendor. See how much has been spent today and this month, with active limits.

Instructions

List budget rules and current spending status.

Shows all active budget rules, or details for a specific vendor including how much has been spent today and this month.

Args: vendor: Optional vendor to check. If omitted, lists all rules.

Returns: Budget rules with current spending against limits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vendorNo
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions listing and checking, implying read-only, but does not explicitly state it is read-only, required permissions, or any side effects. The lack of detail is a gap.

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 concise and well-structured: a single-sentence purpose, then a bullet-style breakdown of args and returns. Every sentence earns its place, with no wasted words.

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 simplicity (one optional parameter, no output schema), the description adequately covers input and conceptual output (budget rules with spending against limits). It could be more specific about the return structure, but it is sufficient for this low-complexity tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, but the description fully explains the 'vendor' parameter: optional, if omitted lists all rules, if provided shows details including today and month spending. This compensates completely for the missing schema description.

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 verb 'list' and the resource 'budget rules and current spending status', explaining two modes: list all or check specific vendor. This distinguishes it from sibling tools like ln_budget_set (set rules) and ln_spending_summary (summarize spending).

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 checking budget rules and spending, but does not explicitly state when not to use it or mention alternative tools like ln_budget_status or ln_spending_summary. Context is clear but lacks guidance on exclusions.

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/singularityjason/lightning-memory'

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