Skip to main content
Glama

Get OKRs

get_okrs
Read-onlyIdempotent

List objectives and key results for the company. Each KR current is THIS calendar month (see month_updated + monthly_history) — not YTD, not a future projection, not the due-date month. Refresh cash numbers from get_financial_summary (displayed_net_cash_flow) and Amazon deposits from get_monthly_trends (Amazon Sales). Bindable live sources: stripe_active_subscribers, stripe_mrr, crm_active_leads, crm_webhook_leads_month, customer_evidence_count, product_telemetry_count, fcf_last_closed_month, amazon_deposits_last_closed_month, human_door_decisions_28d, factory_landings_aligned_pct_28d. Defaults to current year unless year specified or all_years=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoFilter by year (e.g., 2026). Defaults to current year.
limitNoMaximum number to return (default: 10)
all_yearsNoSet to true to get OKRs across all years (overrides year filter)
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover readOnly, idempotent, and non-destructive traits. The description adds valuable behavioral nuance: KR 'current' values are month-scoped, not YTD or projected, and cash/deposit numbers may need refreshing from other tools. It also enumerates bindable live sources, which informs how results may be used. This goes beyond annotation defaults.

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 front-loaded with the core purpose and the critical temporal caveat before addressing cross-tool references and defaults. The bindable-sources list is long but relevant, and each sentence earns its place. Slightly dense, but organized and readable.

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?

Given there is no output schema, the description explains essential interpretive context (month-scoped KRs, refresh sources, live bindable sources) and default behavior. It does not describe the return shape or fields in detail, but the tool is a read-only list and the description covers the likely pitfalls an agent would face.

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 year, limit, all_years, and companyId. The description restates the year-default behavior with the all_years nuance, adding marginal clarity but not truly new semantics. With full schema coverage, the baseline 3 is appropriate.

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 begins with 'List objectives and key results for the company,' which is a specific verb+resource statement that clearly distinguishes get_okrs from mutation siblings like create_objective, create_key_result, and update_key_result. The added temporal clarification ('Each KR current is THIS calendar month') further sharpens what the tool returns.

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 direct cross-tool routing guidance: 'Refresh cash numbers from get_financial_summary... and Amazon deposits from get_monthly_trends,' telling the agent when this tool is not the source for those figures. It also clarifies the year default and all_years override. It stops short of a formal when-to-use/when-not-to-use statement but provides clear contextual direction.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources