Skip to main content
Glama
doitintl

DoiT MCP Server

Official
by doitintl

accept_budget_suggestion

Destructive

Accept an AI-generated budget recommendation by linking it to an existing budget you created, or dismiss it. Marks the suggestion as accepted and associates it with the specified budget ID for your account.

Instructions

AI-generated budget recommendations you can accept (link to a budget you created) or dismiss. Marks the suggestion as accepted and links it to an existing budget. Create the budget first via POST /analytics/v1/budgets, then pass its id as budgetId. The budget must belong to your account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
budgetIdYesID of the budget (created via POST /analytics/v1/budgets) to link this suggestion to.
customerContextNoScope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users.
editedBeforeAcceptNoWhether the customer edited the suggested values before accepting.
Behavior3/5

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

The description discloses the state-changing behavior ('Marks the suggestion as accepted and links it to an existing budget') and adds the prerequisite/ownership constraint. However, with destructiveHint=true in annotations, it does not clarify whether accepting is irreversible or what happens to the suggestion after acceptance, so some behavioral context is still missing.

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 three concise sentences, front-loaded with the core purpose, followed by the mechanism and prerequisite. It contains no redundant fluff and every sentence adds value.

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?

For a moderate-complexity action tool with 4 parameters, no output schema, and destructive annotation, the description covers the purpose, state change, prerequisite ordering, and an account ownership constraint. It could additionally mention response behavior or explicitly contrast with dismiss_budget_suggestion, but it is sufficiently complete for correct invocation.

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 schema already describes budgetId, customerContext, and editedBeforeAccept (75% coverage). The description adds useful relational context for budgetId by explaining the prerequisite and that the budget must belong to your account. However, the `id` parameter is not explicitly defined in either the schema or the description, relying on the tool name and context.

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 uses a specific verb ('accept') and resource ('budget suggestion'), and clearly distinguishes this from sibling tools by stating that it 'Marks the suggestion as accepted and links it to an existing budget.' This differentiates it from dismiss_budget_suggestion and list_budget_suggestions.

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 gives explicit usage context: create the budget first via `POST /analytics/v1/budgets`, then pass its id as `budgetId`. It also notes the budget must belong to your account. It does not explicitly name an alternative tool for dismissing suggestions, but the 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/doitintl/doit-mcp-server'

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