Skip to main content
Glama

faf_sync

Synchronize project.faf context to CLAUDE.md, AGENTS.md, .cursorrules, GEMINI.md, and copilot instructions. Updates blocks in place without overwriting your custom content.

Instructions

Sync project.faf into CLAUDE.md as a faf-managed block, and optionally into AGENTS.md (agents), .cursorrules (cursor), GEMINI.md (gemini), and .github/copilot-instructions.md (copilot) — or all of them (all). Updates each block in place — it never overwrites your file. Use this after editing project.faf so every AI tool sees the latest context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoSync to ALL formats: CLAUDE.md + AGENTS.md + .cursorrules + GEMINI.md + .github/copilot-instructions.md
pathNoProject path. Sets session context for subsequent calls.
agentsNoAlso sync to AGENTS.md (OpenAI/Codex format)
cursorNoAlso sync to .cursorrules (Cursor IDE format)
geminiNoAlso sync to GEMINI.md (Google Gemini format)
copilotNoAlso sync to .github/copilot-instructions.md (GitHub Copilot)
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint=false) and non-destructive behavior (destructiveHint=false). The description adds important context: 'Updates each block in place — it never overwrites your file', which clarifies the mutation style. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

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

Two sentences front-load the core action and target files, then provide usage guidance. No redundancy or filler. Every sentence adds value.

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?

The description explains what the tool does, to which files, and when to use it. There is no output schema, but the tool's output (synced files) is implied. For a simple sync tool, this is sufficient. Could include side effects or prerequisites, but current version is adequate.

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% and all parameters have clear boolean descriptions. The description adds minimal extra meaning beyond the schema, listing target files in prose. This meets the baseline for high coverage.

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 explicitly states the verb 'Sync', the resource 'project.faf', and the target files (CLAUDE.md plus optional others). It distinguishes the tool from siblings like faf_about or faf_enhance by clearly defining its unique purpose.

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 a clear when-to-use instruction ('Use this after editing project.faf') and explains the tool's behavior (updates blocks in place, never overwrites). It implicitly tells when not to use it (for other operations). An explicit alternative would improve it to 5.

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/Wolfe-Jam/claude-faf-mcp'

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