Skip to main content
Glama

Write persona into your tools

mindmap_persona_sync
Idempotent

Project user persona into AI tool instruction files for Claude, Cursor, Copilot, and Windsurf from one source. Writes only in a managed block, never overwriting user content.

Instructions

Project the user's persona into the native instruction files of their AI tools (Claude CLAUDE.md, Cursor rules, Copilot instructions, Windsurf rules), so even non-MCP tools know how they work — from one source. Writes only inside a managed block; never clobbers the user's own content. By default writes the global Claude config + any detected project tools.

Args:

  • targets (string[], optional): specific target ids (claude-global, claude-project, cursor, copilot, windsurf)

  • force (boolean, optional): write even if a tool isn't detected Returns: per-target outcomes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetsNoTarget ids to write
forceNoWrite even if tool not detected
Behavior5/5

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

Annotations (destructiveHint=false, idempotentHint=true) are supplemented by the description stating 'Writes only inside a managed block; never clobbers the user's own content.' This adds critical safety context beyond the structured data.

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 brief paragraphs: the first states purpose and a key safety feature, the second lists parameters and return. No wasted words, information is front-loaded.

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?

For a tool with no output schema, the description mentions 'Returns: per-target outcomes,' which is adequate. It covers target selection, safety, and default behavior. Missing explicit usage guidance versus siblings, but overall complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds value by explaining default behavior for targets and the effect of force. It does not rely on the schema alone and provides meaningful context.

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 clearly states it writes the user's persona into native instruction files of AI tools, specifying the key resources (CLAUDE.md, Cursor rules, etc.) and the action. It distinguishes itself from sibling tools like mindmap_persona which manage persona internally.

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 explains default behavior (global Claude config + detected project tools) and optional parameters. However, it does not explicitly state when to use this vs. alternatives like mindmap_persona_set, leaving some ambiguity about context.

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/ravi-labs/mindmap-mcp-server'

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