set_expected_income
Set your expected monthly income in cents to enable accurate budgeting and financial analysis.
Instructions
Set expected monthly income (cents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cents | Yes |
Set your expected monthly income in cents to enable accurate budgeting and financial analysis.
Set expected monthly income (cents).
| Name | Required | Description | Default |
|---|---|---|---|
| cents | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses the action (set) but omits side effects such as overwriting existing values, persistence behavior, or validation constraints (e.g., negative amounts). For a mutation tool, this is minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, front-loaded with the action and resource, with no wasted words. It is appropriately sized for a simple setter tool with one parameter.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is a mutation with no annotations and no output schema. The description does not explain the return value, side effects, or how this expected income is used. While the parameter set is fully covered, the behavioral context is incomplete for a setter tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate. It confirms the 'cents' parameter is the income amount in cents, adding meaning beyond the bare 'integer' schema. However, it does not clarify valid ranges, defaults, or edgetcases, leaving some semantic gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Set' and the resource 'expected monthly income' with explicit unit (cents). It distinguishes from sibling tools like income_by_source and income_transactions, which are analytical/list tools, not setting tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool vs alternatives. It does not mention prerequisites, exclusions, or relation to other tools like set_budget_limit. The description only states what it does, not when to invoke it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/natejswenson/local-budget'
If you have feedback or need assistance with the MCP directory API, please join our Discord server