Skip to main content
Glama
gochi20

LIMU Portal MCP

by gochi20

Schedule budget purchase

limu_schedule_budget_purchase
Destructive

Manage monthly budget purchase schedules: set or clear dates, add, update, or delete split rows. Preview changes with dry-run, confirm to commit.

Instructions

Set or clear a monthly budget purchase date, or add/update/delete split purchase schedule rows. Requires confirm=true for real writes; use dryRun=true first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
dryRunNo
actorIdYes
confirmNo
splitIdNo
scheduleDateNo
budgetEntryIdYes
scheduledAmountNo
Behavior4/5

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

Beyond annotations (destructiveHint=true), the description adds that writes require confirmation, implying a two-phase commit and that dryRun is safe. This is valuable behavioral context. It also summarizes the five action types, though it doesn't detail per-action effects.

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 only two sentences, both front-loaded with the purpose and the critical workflow. Every word adds value—no filler or redundancy.

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 has 8 parameters, 5 actions, and no output schema. The description covers the action categories and the confirm/dryRun workflow but omits dependencies between parameters and actions. For a complex tool, more detail on valid parameter combinations per action would improve completeness.

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?

With 0% schema description coverage, the description must compensate. It mentions 'set or clear a monthly budget purchase date' (implying scheduleDate) and 'add/update/delete split rows' (implying splitId and scheduledAmount), but does not specify which parameters are needed for which action. The enum for action is explicit in the schema, but the description lacks parameter-to-action mapping, leaving the agent to infer.

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 specific actions: setting/clearing a monthly budget purchase date and adding/updating/deleting split purchase schedule rows. It uses strong verbs like 'set', 'clear', 'add', 'update', 'delete' and identifies the resource 'monthly budget purchase date' and 'split purchase schedule rows', distinguishing it from sibling tools that are mainly get/list/review 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 provides explicit workflow guidance: 'Requires confirm=true for real writes; use dryRun=true first.' This tells the agent to test with dryRun before committing. While it doesn't compare to alternative tools, the sibling list shows no other scheduling tool, so the usage context is clear enough.

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/gochi20/limuMCP'

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