Skip to main content
Glama
thriveventurelabs

AccountsOS MCP Server

Official

Get Goals

get_goals
Read-onlyIdempotent

Retrieve active business and financial goals with progress tracking. Filter by status or goal type to monitor targets and objectives.

Instructions

Get active business/financial goals and their progress. Use when user asks about their goals, targets, or how they are tracking against objectives.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by status: active, completed, all (default: active)
goal_typeNoFilter by type: revenue_target, expense_reduction, savings_target, profit_margin, cash_reserve, debt_reduction, client_acquisition, invoice_collection, custom

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.3

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds only domain context ('business/financial') but no additional behavioral details such as default status behavior, empty result handling, or pagination. Consistent with annotations, so no contradiction.

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?

Two sentences with no redundancy. The core function is front-loaded, and the usage trigger follows immediately. Every word earns its place.

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 simple read-only tool with two optional parameters and strong annotations, the description is adequate. It communicates purpose and usage clearly. The lack of return-value information is a minor gap since no output schema exists, but it does not impede 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?

Schema description coverage is 100%, so the schema fully documents both parameters (status and goal_type) and their allowed values. The description adds nothing beyond the schema, matching the baseline of 3.

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 states a specific verb ('Get') and resource ('active business/financial goals and their progress'). This clearly identifies what the tool does and distinguishes it from sibling tools like get_tasks or get_projects, since no other sibling targets goals.

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 explicitly specifies when to use the tool: when the user asks about goals, targets, or tracking against objectives. It provides clear context but does not mention alternatives or exclusions, which is acceptable given no direct sibling tool for goals exists.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools