save_knowledge
Save a Markdown knowledge file. Use for guidelines, SOPs, strategies, playbooks, meeting notes, contact lists, trackers, or any reference material that agents read and update over time. Pass scope="personal" to save private notes visible only to the current user (e.g., notes tied to their commitm...
This record as markdown: /tools/com-getfreedomos-freedom-mcp/save-knowledge.md
What save_knowledge does on Freedom Mcp
AI agents use save_knowledge 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 |
|---|---|---|---|
slug | string | — | Optional custom slug for the filename. If omitted, auto-generated from the title. |
scope | string | — | Where to save: "company" (default) = shared with the whole company; "personal" = private to the current user only. Use "personal" for notes tied to a specific p |
title | string | Yes | Descriptive title for this knowledge file (e.g., "Acme Mascot Guidelines", "Content Strategy Q1") |
folder | string | — | Optional folder to save the file in (e.g., "acme-deal", "partners/acme"). Folders are auto-created. Use for organizing related files, especially for deal rooms |
content | string | Yes | The knowledge content in Markdown format. FORMATTING RULES: Use ## headers for sections (NOT **bold**). Put a blank line between every paragraph and before/afte |
companyId | string | — | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |
override_duplicate_reason | string | — | ONLY after the canon gate refused this save as a duplicate: a specific reason why this file is NOT a duplicate of the canonical file the refusal named. Override |
Parameters from the server's own tool schema.
Why save_knowledge is rated Medium
This tool creates and persists knowledge artifacts (guidelines, SOPs, notes, contact lists, trackers). While reversible and not destructive, it writes user-controlled data to a knowledge system that other agents read and depend on. Misuse could pollute shared knowledge bases, inject false procedures, or create misleading reference material affecting team operations.
From the tool's definition 'Save a Markdown knowledge file' and 'agents read and update over time' indicate persistent data creation/modification. The scope parameter allows writing private or shared content.
Risk signalsAccepts file system path (folder) · Accepts raw HTML/template content (content)
Attacks that exploit this kind of access
The rule that runs save_knowledge 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 save_knowledge, this is the rule to start with:
save_knowledge 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 save_knowledge call is checked against it from then on.
Questions about save_knowledge
Save a Markdown knowledge file. Use for guidelines, SOPs, strategies, playbooks, meeting notes, contact lists, trackers, or any reference material that agents read and update over time. Pass scope="personal" to save private notes visible only to the current user (e.g., notes tied to their commitments). [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.
save_knowledge accepts 7 parameters: slug, scope, title, folder, content, companyId, override_duplicate_reason. Required: title, content. 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 save_knowledge: 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.
save_knowledge 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 save_knowledge 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 save_knowledge. 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.
save_knowledge 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