Skip to main content
Glama
hakimelek

monarchmoney-node

by hakimelek

create_manual_account

Create a new manual account not linked to a bank, setting its name, type, subtype, net worth inclusion, and starting balance.

Instructions

Create a new manual account (not linked to a bank).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_nameYesDisplay name for the account
account_typeYesAccount type (e.g. 'depository', 'credit', 'investment')
account_sub_typeYesAccount subtype (e.g. 'checking', 'savings', 'credit_card')
is_in_net_worthYesWhether to include in net worth calculations
account_balanceNoStarting balance
Behavior2/5

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

With no annotations, the description carries full behavioral burden. It only states 'create a new manual account' but does not disclose any side effects, required permissions, constraints (e.g., duplicate names), or what happens upon creation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence of 10 words, highly concise and front-loaded with the core purpose. It could include a bit more context without being verbose, but it avoids unnecessary details.

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?

For a creation tool with 5 parameters and no output schema, the description is incomplete. It does not explain what a manual account is, the return value, or any post-creation behavior (e.g., whether the account is immediately usable).

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?

All 5 parameters have descriptions in the input schema (100% coverage), so the description adds no additional meaning. Baseline 3 is appropriate as the schema already documents each parameter adequately.

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?

Clearly states the verb 'create', the resource 'manual account', and explicitly differentiates it from bank-linked accounts. This distinguishes it from siblings like update_account, delete_account, and create_transaction.

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?

No explicit guidance on when to use this tool vs alternatives. While the purpose implies it's for manual accounts, there's no mention of when not to use it or which sibling to use for bank-linked accounts.

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/hakimelek/monarchmoney-node'

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