generate_key_results
Generate intelligent, context-aware key result suggestions for an objective. Uses company mission, vision, financials, and existing KRs to produce high-quality suggestions tied to north star metrics. Returns suggestions that you can then create with create_key_result. [write-tier — first use may ...
This record as markdown: /tools/com-getfreedomos-freedom-mcp/generate-key-results.md
What generate_key_results does on Freedom Mcp
AI agents use generate_key_results to create or update resources in Freedom Mcp, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Freedom Mcp environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
companyId | string | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |
objective_id | string | — | ID of the objective (optional if using objective_title) |
objective_title | string | — | Title of the objective to generate key results for (use this or objective_id) |
Parameters from the server's own tool schema.
Why generate_key_results is rated Medium
This tool produces suggestions that enable creation of OKR key results—a reversible organizational planning artifact. While it does not itself execute writes (it only suggests), the categorization as 'write-tier' in the metadata and its explicit purpose to support create_key_result operations places it in the Write category.
From the tool's definition Tool generates 'key result suggestions' for objectives and explicitly states 'Returns suggestions that you can then create with create_key_result.' The description indicates this is preparatory to write operations (creating KRs), and the metadata note…
Attacks that exploit this kind of access
The rule that runs generate_key_results safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Freedom Mcp, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For generate_key_results, this is the rule to start with:
generate_key_results stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Freedom Mcp, apply this rule, and every generate_key_results call is checked against it from then on.
Questions about generate_key_results
Generate intelligent, context-aware key result suggestions for an objective. Uses company mission, vision, financials, and existing KRs to produce high-quality suggestions tied to north star metrics. Returns suggestions that you can then create with create_key_result. [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.]. It is categorised as a Write tool in the Freedom Mcp MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
generate_key_results accepts 3 parameters: companyId, objective_id, objective_title. Required: companyId. The full parameter table on this page comes from the server's own tool schema.
Register the Freedom MCP server in PolicyLayer and add a rule for generate_key_results: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Freedom Mcp. Nothing to install.
generate_key_results is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the generate_key_results rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for generate_key_results. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
generate_key_results is provided by the Freedom MCP server (https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Freedom, and thousands of servers like it.
This server
Across the catalogue