This reference is auto-generated from the MCP server source code and the
discovery-first routing aliases used by public MCP clients.
To regenerate:
pnpm docs:generateTool Catalog Overview
| Category | Tools | Description |
|---|---|---|
| Recommended Entry Points | 5 | orgx_decide, orgx_spawn, orgx_search, … |
| Decisions | 4 | orgx_decide, get_decision_history, orgx_decide, … |
| Agents | 4 | orgx_spawn, orgx_spawn, orgx_recommend, … |
| Memory | 1 | orgx_search |
| Initiative Monitoring | 1 | orgx_recommend |
| Entity Management | 11 | batch_create_entities, batch_delete_entities, comment_on_entity, … |
| Organization | 1 | orgx_recommend |
| Planning | 5 | orgx_plan, get_active_sessions, orgx_plan, … |
| Scoring & Queue | 2 | get_scoring_signals, orgx_recommend |
| Streams | 2 | get_initiative_stream_state, update_stream_progress |
| Client Integration | 6 | orgx_spawn, orgx_spawn, orgx_apply_changeset, … |
| Workspace | 1 | workspace |
| Onboarding | 1 | configure_org |
| Stats | 1 | stats |
| Intelligence Flywheel | 7 | orgx_recommend, get_my_trust_context, orgx_recommend, … |
| Billing | 3 | account_status, account_upgrade, account_usage_report |
| Other | 10 | get_decision_detail, get_job_timeline, get_logs, … |
Recommended Entry Points
5 tools for recommended entry points operations.orgx_decide
Review agent decisions or work items awaiting human approval. Also known as: pending approvals, agent blocked, sign off, review decisions, approve AI work.Decision ID to approve or reject after user confirmation
Use list to review pending approvals, or approve/reject a specific decision_id Options:
list, approve, reject.Optional approval note
Required rejection reason
Maximum number of pending decisions to return when listing
Optional urgency filter for the pending decision list Options:
all, critical, high.Optional initiative UUID to scope pending decisions
decisions:read, decisions:write
Profiles: memory
Request:
orgx_spawn
Assign work to a specialist AI agent and track the result. Also known as: hand this off, spawn agent, assign task, delegate to agent, have an AI agent do it.Target agent identifier or alias
Task instructions for the target agent
Optional supporting context or background for the task
Optional initiative UUID to associate with the spawned task
Optional initiative title to resolve automatically if ID is unknown
Optional final outputs you expect
Optional due date or plain-text deadline
Optional voice, format, or style constraints
agents:write
Profiles: commander, executor, full
Request:
orgx_search read-only
Search organizational memory for prior decisions, artifacts, project context, and team knowledge. Also known as: search memory, recall decisions, find context, retrieve artifacts, what did we decide.
Search query for organizational memory
Optional scope filter for the memory search Options:
all, artifacts, decisions, initiatives.Maximum number of results to return
memory:read
Profiles: memory
Request:
orgx_decide
Save a decision to organizational memory so agents and teammates can recall it later. Also known as: decision log, team memory, agent memory, record decision, remember what we decided.Decision text or short decision title to remember
Optional background, rationale, or source context
Optional explicit decision title
Optional parent initiative UUID
Workspace UUID
Priority / urgency Options:
low, medium, high, urgent.initiatives:write, memory:write
Profiles: memory
Request:
orgx_recommend read-only
Get health, blockers, milestones, owners, and recent activity for a project or initiative. Also known as: project status, initiative pulse, blockers, roadmap progress, execution health.
Optional initiative UUID to check
Optional initiative title to resolve automatically if ID is unknown
initiatives:read
Profiles: memory
Request:
Decisions
4 tools for decisions operations.orgx_decide
Approve a specific pending OrgX decision after the user confirms. USE WHEN: user says to approve a decision returned from orgx_search with type=decision and status=pending (or the legacy orgx_decide alias). NEXT: Confirm approval to user; agent is notified automatically. DO NOT USE: without showing the decision to the user first. Requires decisions:write.Optional decision option id when the decision includes selectable options.
decisions:write
Profiles: commander
Request:
get_decision_history read-only
Search past OrgX decisions related to a topic. USE WHEN: older clients still call this tool directly. NEXT: Present results with context; suggest orgx_decide or orgx_decide if relevant pending ones exist. DO NOT USE: for new prompts or skills. Read-only. Compatibility alias retained for older clients. Prefer orgx_search with scope=decisions with a topic query for new prompts, skills, and examples.
decisions:read, agents:read, initiatives:read, memory:read
Profiles: commander, observer
Request:
orgx_decide read-only
List OrgX decisions awaiting approval. USE WHEN: older clients still call this tool directly. NEXT: Present each decision with title and urgency, then ask which to orgx_decide or orgx_decide. DO NOT USE: for new prompts or skills. Read-only. Compatibility alias retained for older clients. Prefer orgx_search with type=decision and status=pending for new prompts, skills, and examples.
Maximum number of decisions to return
Options:
all, critical, high.initiatives:read
Profiles: commander, observer
Request:
orgx_decide
Reject a pending OrgX decision with a reason. USE WHEN: user wants to reject or request revisions on a decision. NEXT: Agent will revise their approach based on the reason. DO NOT USE: without a reason — always include why. Requires decisions:write.Optional decision option id when the decision includes selectable options.
decisions:write
Profiles: commander
Request:
Agents
4 tools for agents operations.orgx_spawn read-only
Show what OrgX agents are currently doing (running/idle). USE WHEN: user asks about agent activity, progress, or what agents are working on. NEXT: If agents are stuck, suggest orgx_decide or orgx_act. DO NOT USE: to check initiative health — use orgx_recommend instead. Read-only.
initiatives:read
Profiles: commander, observer
Request:
orgx_spawn
Hand a task to another agent, updating assignment and optionally spawning a new run. USE WHEN: a task needs to be reassigned to a different specialist agent. NEXT: Use orgx_spawn to confirm the new agent picked up the task. DO NOT USE: for new tasks — use orgx_spawn instead.Task UUID to hand off
Target agent (e.g., “engineering-agent”, “marketing-agent”)
Handoff note: what to do, constraints, context, definition of done
If true (default), spawn a new agent run for the target agent
agents:write, initiatives:write
Profiles: executor
Request:
orgx_recommend read-only
Recommend the next best action based on progress gaps and templates. USE WHEN: user asks what to do next, or needs help prioritizing. NEXT: Execute the recommended action (orgx_act, orgx_spawn, etc.). DO NOT USE: when user already knows what they want to do. Read-only.
Entity type to recommend for (default: workspace) Options:
workspace, initiative, workstream, milestone.Entity ID. For workspace, use “default” or a workspace ID.
Deprecated alias for workspace_id.
Max recommendations to return (default 5, max 5)
If true, refresh recommendations across the entity chain first
initiatives:read
Profiles: commander, planner, observer
Request:
orgx_spawn
Assign work to a specialist OrgX agent. Automatically checks authorization, rate limits, and quality gates before spawning. Returns modelTier and run details on success, or blockedReason if spawn is denied. USE WHEN: user explicitly wants to delegate work to an agent. NEXT: Use orgx_spawn to monitor progress. DO NOT USE: for creating tasks in the hierarchy — use orgx_write type=task instead. Requires agents:write.Optional: Initiative title to resolve automatically if ID is unknown.
Optional: Final outputs you expect (e.g., “PRD”, “10 ad images”).
Optional: When this is needed by (ISO date or plain text).
Optional: Voice/format/style constraints for the agent.
Optional: If true and safe, wait briefly for the first result before replying.
Where to execute: cloud (default), local (on your machine), local_preferred (try local first), or auto. Options:
auto, cloud, local, local_preferred.Preferred execution backend. Use openai for cloud-safe execution, claude for Claude SDK routing, or auto to let OrgX decide. Options:
auto, openai, claude.Model quality tier for this task. standard=fast/cheap (Haiku/GPT-nano), balanced=best trade-off (Sonnet/GPT-mini, default), precision=highest quality (Opus/GPT-4). Overrides the initiative’s default tier. Options:
standard, balanced, precision.agents:write
Profiles: executor
Request:
Memory
1 tool for memory operations.orgx_search read-only
Search OrgX organizational memory (decisions, initiatives, artifacts) for a query. USE WHEN: user asks about past decisions, context, or knowledge. NEXT: Present relevant results; suggest drill-down with orgx_search. Prefer orgx_search with scope=decisions with a topic query for new prompts, skills, and examples. DO NOT USE: for listing current entities — use orgx_search instead. Read-only.
Options:
all, artifacts, decisions, initiatives.decisions:read, agents:read, initiatives:read, memory:read
Profiles: commander, planner, observer
Request:
Initiative Monitoring
1 tool for initiative monitoring operations.orgx_recommend read-only
Get health, milestones, blockers, and recent activity for a single initiative. USE WHEN: user asks how an initiative is going, or wants a status update. NEXT: If blockers exist, suggest orgx_act to resolve. For deeper drill-down, use orgx_search with initiative_id. DO NOT USE: for org-wide overview — use orgx_recommend instead. Read-only.
Optional: Initiative UUID to check.
Optional: Initiative title to resolve automatically if ID is unknown.
decisions:read, agents:read, initiatives:read, memory:read
Profiles: commander, planner, observer
Request:
Entity Management
11 tools for entity management operations.batch_create_entities
Create multiple entities in one call with ref-based dependency resolution. No parameters required. Required Scopes:initiatives:write
Profiles: planner
Request:
batch_delete_entities
Delete multiple entities in one call. Supports cascade and force options.Entity IDs to delete
Also delete child entities
Force delete even if entity has active children
initiatives:write
Profiles: all
Request:
comment_on_entity
Leave a threaded comment on an entity for annotations, concerns, or progress notes.Entity ID to comment on
Comment body (markdown supported)
Reply to a specific comment
initiatives:write
Profiles: commander, executor
Request:
orgx_write
Create a new entity of any type. For full initiative hierarchies, use scaffold_initiative instead. No parameters required. Required Scopes:initiatives:write
Profiles: commander, planner
Request:
orgx_act
Perform lifecycle actions on any entity (launch, pause, complete, etc.). Use action=list_actions to discover available actions.Entity type Options:
initiative, milestone, workstream, task, objective, playbook, decision, stream, studio_content.Entity ID
Action to perform (launch, pause, complete, etc.). Omit to list available actions.
Force the action even if preconditions are not met.
Optional note attached to the action.
initiatives:write
Profiles: commander, planner, executor
Request:
orgx_inspect read-only
Fetch a task with hydrated context attachments (entities, artifacts, plan sessions).
Task ID
initiatives:read
Profiles: commander, planner, executor, observer
Request:
orgx_search read-only
List entities of any type with filters and pagination. Supported types: workspace, project, initiative, milestone, workstream, task, objective, playbook, decision, artifact, run, blocker, workflow, agent, skill, plan_session, stream, studio_brand, studio_content, video_template.
Entity type to list Options:
workspace, project, initiative, milestone, workstream, task, objective, playbook, decision, artifact, run, blocker, workflow, agent, skill, plan_session, stream, studio_brand, studio_content, video_template.Max results (default: 20, max: 100).
Pagination cursor.
Filter by status.
Filter by parent entity ID.
Fetch a single entity by ID (with hydrated context when hydrate_context=true).
Include relationships and rich context.
Include related entities.
initiatives:read
Profiles: commander, planner, executor, observer
Request:
list_entity_comments read-only
List comments for an entity. Returns threaded discussion.
Entity ID
Max comments to return
initiatives:read
Profiles: commander, observer
Request:
scaffold_initiative
Create a complete initiative with workstreams, milestones, and tasks in one call.Initiative title
Initiative summary
Workstream definitions with nested tasks
Milestone definitions
Auto-launch initiative after creation (default: true)
initiatives:write
Profiles: commander, planner
Request:
update_entity
Update entity fields (title, description, metadata). For status changes, use orgx_act. No parameters required. Required Scopes:initiatives:write
Profiles: commander, planner
Request:
orgx_act dry_run=true read-only
Run pre-completion verification to confirm all child work is done before completing an entity.
Entity type Options:
initiative, milestone, workstream, task, objective, playbook, decision, stream, studio_content.Entity ID
initiatives:read
Profiles: commander
Request:
Organization
1 tool for organization operations.orgx_recommend read-only
Fetch a compact organization snapshot. Returns org-wide overview of initiatives, progress, and health.
Response view mode (default: summary). Options:
summary, detailed.Filter initiatives by status. Options:
active, paused, all.Detailed mode payload sections.
Max initiatives to return (default: 20, max: 100).
Pagination cursor from a previous result.
initiatives:read
Profiles: commander, observer
Request:
Planning
5 tools for planning operations.orgx_plan
Mark a plan as complete and record implementation details. USE WHEN: user finishes building the planned feature. NEXT: Optionally attach to entities via attach_to. DO NOT USE: if the plan session is still in progress.Plan session ID
Summary of what was built
List of files modified
Any deviations from the plan
Optional: attach this plan session as context on target entities (pointers, not payloads).
decisions:write
Profiles: planner
Request:
get_active_sessions read-only
Check for any active planning sessions you have open. USE WHEN: resuming a conversation or checking if a plan session exists. NEXT: Continue with orgx_plan or orgx_plan. Read-only.
No parameters required.
Required Scopes: initiatives:read
Profiles: planner
Request:
orgx_plan
Get AI suggestions to improve your plan based on past patterns and best practices. USE WHEN: user wants feedback on a plan draft. NEXT: Apply suggestions via orgx_plan. DO NOT USE: without an active plan session — call orgx_plan first.Plan session ID
Current plan content to analyze
decisions:write
Profiles: planner
Request:
orgx_plan
Record an edit made to a plan to learn planning patterns. USE WHEN: user modifies their plan during a session. NEXT: Continue editing or call orgx_plan for more suggestions. DO NOT USE: without an active plan session.Plan session ID
Type of edit made Options:
add_section, remove_section, modify_section, add_detail, change_approach, add_edge_case, add_constraint, reorder, other.Content before edit
Content after edit
Section path like ”## API Design”
Why this edit was made
decisions:write
Profiles: planner
Request:
orgx_plan
Start a new planning session to track your feature plan. USE WHEN: user begins planning a new feature or initiative. NEXT: Use orgx_plan for suggestions, orgx_plan to track changes, orgx_plan when done. DO NOT USE: for creating initiative hierarchies — use scaffold_initiative instead.Name of the feature being planned
Initial plan content if any
decisions:write
Profiles: planner
Request:
Scoring & Queue
2 tools for scoring & queue operations.get_scoring_signals read-only
Show raw signal data (blocking decisions, stream conflicts, health, budget, critical path, quality) for scoring. USE WHEN: user wants to understand why items are ranked the way they are in orgx_recommend. NEXT: Adjust with set_scoring_weights if weights need tuning. Read-only.
Initiative UUID to gather signals for
Optional: filter to a specific workstream
decisions:read, agents:read, initiatives:read, memory:read
Profiles: all
Request:
orgx_recommend read-only
Run the composite scoring engine and return ranked queue items with factor breakdowns. USE WHEN: older clients explicitly need raw queue scoring output. NEXT: Execute the top-ranked item via orgx_act or orgx_spawn. DO NOT USE: for new prompts or skills. Read-only. Compatibility alias retained for older clients. Prefer orgx_recommend with workspace or initiative recommendations for new prompts, skills, and examples.
Initiative UUID to score
Deprecated alias for workspace_id.
Max items to return (default 10)
decisions:read, agents:read, initiatives:read, memory:read
Profiles: commander, observer
Request:
Streams
2 tools for streams operations.get_initiative_stream_state read-only
Get aggregate stream state for an initiative including overall progress, blockers, and computed metrics. USE WHEN: checking stream execution status for an initiative. NEXT: If streams are blocked, use orgx_act to unblock. DO NOT USE: for raw stream records — use orgx_search type=stream instead. Read-only.
The initiative ID
decisions:read, agents:read, initiatives:read, memory:read
Profiles: executor, observer
Request:
update_stream_progress
Report progress and confidence on a stream with velocity tracking. USE WHEN: agent is actively working a stream and needs to report progress. NEXT: Continue work; call again at each meaningful progress change. DO NOT USE: for general entity status changes — use orgx_act instead.The stream ID to update
Progress percentage (0-100)
Confidence level (0-1) - separate from progress
Brief note about current status
For optimistic locking
agents:write
Profiles: executor
Request:
Client Integration
6 tools for client integration operations.orgx_spawn
Check whether an agent spawn is allowed before executing. Returns model tier, rate limit status, quality gate, and task verification. USE WHEN: before any orgx_spawn call. NEXT: If allowed, proceed with orgx_spawn using the returned model tier. If blocked, inform user of the reason.Agent domain: engineering, marketing, product, design, ops, sales, orchestration
OrgX task ID this spawn is for
Task title (for model routing if task_id not provided)
Task description
agents:write
Profiles: all
Request:
orgx_spawn read-only
Classify a task and get the recommended model tier (opus for planning/architecture, sonnet for execution, local for routine). USE WHEN: deciding which model to use for agent work. NEXT: Use the returned tier when spawning via orgx_spawn. Read-only.
Task title
Task description
Entity type: task, decision, initiative
Agent domain
decisions:read, agents:read, initiatives:read, memory:read
Profiles: all
Request:
orgx_apply_changeset
Apply an idempotent transactional changeset for task/milestone/decision mutations. USE WHEN: agent needs to create/update multiple tasks, milestones, or decisions atomically. NEXT: Call orgx_emit_activity to log what was changed. DO NOT USE: for single entity updates — use orgx_act or update_entity instead.Initiative UUID
Idempotency key for safe retries
Existing run UUID
Required when run_id is not provided
Required when run_id is not provided Options:
openclaw, codex, claude-code, api.orgx_emit_activity
Emit append-only run telemetry for OrgX control-plane reporting. USE WHEN: agent is executing and needs to report progress. NEXT: Continue work; emit again at each phase change. DO NOT USE: for entity status changes — use orgx_act instead. No parameters required. Required Scopes: Authenticated user Profiles: executor Request:record_quality_score
Record a quality score (1-5) for a completed agent task. Scores feed into the quality gate — low-scoring domains get throttled. USE WHEN: after reviewing agent output. NEXT: Scores affect future orgx_spawn decisions. DO NOT USE: for in-progress tasks — wait until completion.OrgX task ID
Agent domain that completed the task
Quality score: 1=poor, 3=acceptable, 5=excellent
Who scored this Options:
human, auto, peer.Notes on the score
decisions:write
Profiles: commander
Request:
sync_client_state
Sync local memory with OrgX. Push decisions/logs, pull active context. USE WHEN: at session start and periodically during long sessions. NEXT: Review returned initiatives and pending decisions, ask user what to focus on. USE BEFORE: spawning agent work, to ensure latest state.Local MEMORY.md content to push
Today’s session log to push
Workspace
1 tool for workspace operations.workspace
List, get, or set the active workspace. USE WHEN: user wants to see their workspaces, check which is active, or switch workspaces. action=list to see all, action=get for current, action=set to switch.list=show all, get=current, set=switch active Options:
list, get, set.Workspace UUID to switch to (action=set only)
decisions:read, agents:read, initiatives:read, memory:read
Profiles: commander, planner, executor, observer
Request:
Onboarding
1 tool for onboarding operations.configure_org
Check setup status, configure agents, or set org policies. USE WHEN: first connecting, onboarding, or adjusting agent/policy settings. action=status for progress, action=configure_agent to set agent preferences, action=set_policy for org-wide rules. No parameters required. Required Scopes:initiatives:read
Profiles: commander
Request:
Stats
1 tool for stats operations.stats read-only
Get productivity stats, achievements, and streaks. scope=personal for your stats, scope=session for current session diagnostics. Read-only.
personal=your stats, session=current session diagnostics Options:
personal, session. Default: "personal".Time period for stats (personal only) Options:
today, week, month, all_time.initiatives:read
Profiles: commander, observer
Request:
Intelligence Flywheel
7 tools for intelligence flywheel operations.orgx_recommend read-only
Returns the morning brief: curated receipts, exceptions, ROI delta, and value signals from the most recent autonomous session. Defaults to the most recent session if no session ID is provided. Prefer orgx_recommend with workspace brief with value and exception summaries for new prompts, skills, and examples.
Workspace ID
Specific session ID (defaults to most recent)
initiatives:read
Profiles: all
Request:
get_my_trust_context read-only
Agent-facing: “What’s my trust level per capability? What do I need for promotion? Which receipts are helping/hurting?” Returns the full trust context for an agent including levels, scores, thresholds, and recent trust events.
Workspace ID
Agent type to query trust for
agents:read
Profiles: all
Request:
orgx_recommend read-only
ROI summary from the economic ledger. Human: “3.2x ROI this month.” Agent: “My outreach_draft receipts average $0.26 attributed value.” Returns cost/value/ROI breakdowns by agent, capability, and time period. Compatibility alias retained for older clients. Prefer orgx_recommend with workspace brief with value and exception summaries for new prompts, skills, and examples.
Workspace ID
Time period for ROI calculation Options:
7d, 30d, 90d. Default: "30d".Filter by specific agent type
Filter by capability key
initiatives:read
Profiles: all
Request:
get_relevant_learnings read-only
Agent-facing: “What has the org learned about my capability?” Returns ranked org learnings relevant to a specific capability or task context.
Workspace ID
Capability key to filter learnings
Keywords for semantic matching
Default:
5.memory:read
Profiles: all
Request:
record_outcome
Record a business outcome (deal closed, meeting booked, cycle time reduced). Agents can self-report outcomes they detect. Triggers attribution inference to connect outcomes to receipts. No parameters required. Required Scopes:initiatives:write
Profiles: all
Request:
start_autonomous_session
Start an autonomous execution session with budget guardrails. Human: “Run overnight with $5 budget.” Creates a session that produces receipts while executing eligible work items.Workspace ID
Options:
overnight, weekend, scheduled, manual. Default: "manual".Maximum budget in USD (hard stop — zero tolerance) Default:
5.Maximum number of receipts to produce Default:
50.Only execute capabilities at these trust levels Default:
["autonomous","act_with_approval"].agents:write
Profiles: all
Request:
submit_learning
Agent-facing: Submit a discovery or insight as an org learning. Enters org_learnings after confidence validation. One agent’s discovery benefits all agents.Workspace ID
Type of learning Options:
failure_pattern, success_pattern, cost_optimization, quality_heuristic.Human-readable learning summary
Applicable capability key
Receipt IDs that support this learning
Semantic keywords for matching
memory:read
Profiles: all
Request:
Billing
3 tools for billing operations.account_status read-only
Returns account tier, usage, and current edge rate-limit allowance.
Optional user ID override.
account_upgrade
Starts an account upgrade flow and returns checkout/contact URL.Target plan to upgrade to. Options:
pro, enterprise.Billing cycle preference. Options:
monthly, annual.Optional user ID override.
account_usage_report read-only
Returns billing usage details with current edge rate-limit usage.
Optional user ID override.
Other
10 tools for other operations.get_decision_detail read-only
Get one decision with its structured interaction steps, options, questions, config requirements, evidence, and comments. USE WHEN: the UI needs to render a guided decision review instead of a simple approve/reject action.
Optional pagination cursor for additional comments.
Optional maximum comments to load.
initiatives:read
Profiles: all
Request:
get_job_timeline
Fetch background job and tool-job timeline events for a run or job. USE WHEN: diagnosing queueing, retries, dispatch, or completion order.Specific job ID
Run ID to list related jobs
initiatives:read
Profiles: all
Request:
get_logs
Fetch correlated logs for a run or trace. USE WHEN: you need live log lines from Loki filtered by run, trace, service, or query.Run ID filter
Trace ID filter
Free-text filter
Service name filter
Optional ISO timestamp
initiatives:read
Profiles: all
Request:
get_run_debug_bundle
Fetch a normalized live debug bundle for a run. USE WHEN: debugging a run and you need trace, logs, jobs, sessions, and sandbox state in one read-only payload. NEXT: Drill deeper with get_trace, get_logs, get_job_timeline, or get_session_state.OrgX run ID
Optional sections to include. Defaults to trace, logs, jobs, sessions, and sandbox.
Optional ISO timestamp or backend-supported relative time
initiatives:read
Profiles: all
Request:
get_session_state
Fetch normalized run/session/provider/sandbox session state. USE WHEN: debugging continuity, reconnects, provider session mapping, or sandbox session status.Responses/session ID
Provider-native session ID
Sandbox session ID
Run ID
initiatives:read
Profiles: all
Request:
get_trace
Fetch a normalized trace summary and simplified span list. USE WHEN: you have a trace_id or run_id and need live trace data from Tempo rather than reconstructing from the database.Trace ID to fetch directly
Run ID to resolve to a trace
Optional search window when resolving by run ID
initiatives:read
Profiles: all
Request:
queue_action
Pin, unpin, or skip a workstream in the Next Up queue. USE WHEN: user wants to force-prioritize or deprioritize a workstream. action=pin to force-top, action=unpin to remove pin, action=skip to temporarily deprioritize. Requires initiatives:write.Queue operation Options:
pin, unpin, skip.Initiative UUID
Workstream UUID
Deprecated alias for workspace_id
Position among pinned items, 0=top (pin only)
Skip duration in minutes, default 60, max 10080 (skip only)
initiatives:write
Profiles: commander
Request:
resolve_decision
Resolve a decision using the structured interaction outcome contract. USE WHEN: a user completes a guided decision review that may include option selection, questions, surfaces, config completion, or subrequest updates.Options:
approved, declined, cancelled.decisions:write
Profiles: all
Request:
save_decision_draft
Save partial progress for a structured decision review. USE WHEN: the user has started a multi-step decision and the surface needs to persist the current step, answers, option selection, or subrequest state without resolving it.decisions:write
Profiles: all
Request:
scoring_config
Read or update scoring engine configuration. USE WHEN: user asks about scoring setup, wants to toggle scoring, adjust weights, or change active signals. action=get to read, action=update to modify. NEXT: Run orgx_recommend to see effects in the preferred workflow, or orgx_recommend if you need raw queue scoring. Read-only for get, requires initiatives:write for update. No parameters required. Required Scopes:decisions:read, agents:read, initiatives:read, memory:read
Profiles: commander, observer
Request:
Deprecated Tools
| Deprecated Tool | Replacement | Migration Note |
|---|---|---|
create_initiative | orgx_write type=initiative (or scaffold_initiative for full hierarchy) | The create_initiative tool has been replaced by the generic entity system. |
list_initiatives | orgx_search type=initiative | The list_initiatives tool has been replaced by the generic entity system. |
orgx_write | orgx_write type=milestone | The orgx_write tool has been replaced by the generic entity system. |
orgx_write | orgx_write type=task | The orgx_write tool has been replaced by the generic entity system. |
launch_entity | orgx_act action=launch | The launch_entity tool has been replaced by the unified orgx_act tool. |
pause_entity | orgx_act action=pause | The pause_entity tool has been replaced by the unified orgx_act tool. |
complete_entity | orgx_act action=complete | The complete_entity tool has been replaced by the unified orgx_act tool. |
Next Steps
MCP Protocol
Protocol implementation details.
Agent Ops
Get started with agent workflows.
