Skip to main content
Glama

Link agent OKRs

link_agent_okrs
Destructive

Link an agent to one or more company OKRs. This creates a live connection between the agent and the company objectives they are working toward. Their system prompt will include live OKR context (objectives + key results with progress).

[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appendNoIf true, add to existing linked OKRs. If false (default), replace all linked OKRs.
okr_idsYesArray of OKR UUIDs to link to this agent. Call get_okrs first to list available objective IDs.
agent_idNoUUID of the agent to link OKRs to
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
agent_nameNoName of the agent (used to look up agent_id if not provided)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / okr_ids / description
      Previous value: -"Array of OKR UUIDs to link to this agent"New value: +"Array of OKR UUIDs to link to this agent. Call get_okrs first to list available objective IDs."
  2. First observed

TDQS

B3.4/5.0
Behavior4/5

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

Annotations indicate destructiveHint=true, and the description aligns by mentioning 'write-tier'. It adds context about the live connection and system prompt impact, and describes the approval flow. This goes beyond the annotations, providing useful behavioral detail. 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.

Conciseness4/5

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

The description is concise, with the primary purpose front-loaded in the first sentence. The second paragraph adds operational details about approvals without excessive length. It is well-structured and to the point.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core action and effect, and the schema covers parameters. However, there is no output schema, and the description does not describe return values or any side effects beyond the live connection. It also does not mention prerequisites like company membership (though schema mentions it). For a mutating tool with destructive hint, some additional context about what happens to existing links might be helpful, but the schema handles that. Overall, it is reasonably complete but not exhaustive.

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?

The input schema has 100% coverage for all parameters, each with descriptions. The tool description does not add any additional meaning beyond what's already in the schema; it only references get_okrs in the schema description. Since the schema fully documents parameters, the description adds no extra value, warranting a baseline score of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'link' and the resource 'agent to company OKRs', and explains the effect: creates a live connection and includes OKR context in the system prompt. It is specific and distinguishes from other agent-related tools by focusing on OKR linking. However, it doesn't explicitly name a sibling alternative, so a 4 is appropriate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides some timing guidance ('Call it on the first clear ask') and notes approval requirements, but it does not discuss when to use this tool versus alternatives (e.g., when not to use it or which other tools might be relevant). There is no explicit 'when to use' vs 'when not to use' guidance, so this is minimal.

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