Skip to main content
Tool profiles control which tools are visible to a connected agent. By limiting the tool set to what’s relevant, you reduce schema overhead and keep each session focused on only the capabilities it needs.

Questions This Page Answers

  • Which profile should I use for my operator workflow?
  • How much tool-surface reduction does each profile provide?
  • Why do narrower profiles improve reliability and token efficiency?

Why Profiles Matter

  • Lower schema load: fewer tools means clearer selection and lower token overhead.
  • Safer execution: profiles reduce accidental high-impact calls in the wrong context.
  • Faster operator loops: less noise in suggestions, cleaner control-plane behavior.

How to Use Profiles

Append ?profile=NAME to the MCP connection URL:
Or in your MCP config:
Default is full — all tools registered, backward compatible.

Memory Profile

Purpose: Shared organizational memory for Claude, ChatGPT, Cursor, and other MCP clients. Tools: Best for: Directory users and first-time installs that want OrgX to behave like shared company memory before exposing the full planning and execution surface.
Start with memory when your first prompts are “remember this decision”, “what did we decide”, “find that artifact”, or “show work waiting on me”. Switch to full when you want planning, task delegation, widgets, and initiative execution.

Commander Profile

Purpose: Human operators managing decisions, entities, and org overview. Tools (27): Best for: ChatGPT users, dashboard operators, team leads reviewing agent output.
The commander profile still carries legacy compatibility aliases such as orgx_decide, get_decision_history, and orgx_recommend for older clients. New operator flows should prefer orgx_search, orgx_search, and orgx_recommend.

Planner Profile

Purpose: Initiative planning, hierarchy scaffolding, and plan sessions. Tools (18): Best for: Product managers defining initiatives, planning agents, strategy sessions.

Executor Profile

Purpose: Agent execution — progress reporting, changesets, spawning. Tools (14): Best for: Background agent workers, CI/CD pipelines, automated task execution.

Observer Profile

Purpose: Read-only monitoring and reporting. Tools (18): Best for: Dashboards, reporting tools, status monitors, read-only integrations.
The observer profile also keeps orgx_decide, get_decision_history, and orgx_recommend registered as compatibility aliases. Use orgx_search, orgx_search, and orgx_recommend in new recipes.

Full Profile (Default)

All tools registered. No restrictions. Use when you need maximum flexibility or are exploring the API. Token impact: ~2x the tokens of a focused profile.

Profile Size Reduction

Compared to the full tool surface:
Start with the most restrictive profile that covers your use case. You can always switch to full if you need additional tools.

Choosing a Profile


Next Steps

Agent Quickstart

Get connected with your chosen profile.

Full Tool Reference

See all tools across all profiles.