Skip to main content
Glama

goals_get_results

Retrieve goal progress results for a specified period, including current value, target, and completion percentage, to monitor performance.

Instructions

Get the progress and results of a goal for a specified period.

Retrieves goal progress data including current value, target, and completion percentage.

Workflow tips:

  • Use goals/list to find the goal ID first

  • Specify period.start and period.end to get results for specific timeframe

  • Results show progress toward the goal target

  • Use to track performance over time

Common use cases:

  • Check current goal progress: { "id": "goal-id", "period.start": "2024-01-01", "period.end": "2024-01-31" }

  • Monthly goal tracking: Specify start and end of month

  • Compare periods: Get results for different date ranges

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the goal
period.startYesPeriod start date (YYYY-MM-DD)
period.endYesPeriod end date (YYYY-MM-DD)
Behavior4/5

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

No annotations exist, so the description carries full burden. It describes the returned data (current value, target, completion percentage) and implies a read-only operation. It does not mention authentication or rate limits, which is acceptable for a read tool.

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 well-structured with clear sections: purpose, workflow tips, common use cases. It is slightly verbose but front-loaded with the main purpose. Could be slightly more concise.

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?

No output schema exists, but the description explains the return data (current value, target, completion percentage) and provides example usage. It is complete enough for an agent to understand and invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%. The description adds context by explaining that period.start and period.end define the timeframe and providing example date formats. This adds meaning beyond the schema.

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 the tool retrieves progress and results of a goal for a specified period, including current value, target, and completion percentage. It distinguishes from sibling tools like goals_list by focusing on progress data.

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?

Workflow tips are provided: use goals/list to find goal ID, specify period.start and period.end. Common use cases with example JSON are given, but no explicit when-not-to-use or alternatives.

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/iamsamuelfraga/mcp-pipedrive'

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