47 entities and 282 agent-callable operations in agents. Each operation is addressed as {mega_tool}/agents/{entity}/{operation} and carries the same permission check over MCP and REST.
282 of 282 shown
agent
Operation
Mega-tool
What it does
catalog
smart_action
The agent catalog for this organization: the global Agent catalog overlaid with the org's AgentConfig (enabled state + execution stats).
create
entity_crud
Create a new agent
delete
entity_crud
Delete a agent
list
entity_crud
List agents with filtering and pagination
read
entity_crud
Get detailed agent information
run
agent_command
Execute an agent immediately: creates its task, starts it, and opens the execution record.
search
entity_crud
Search agents with fuzzy matching
status
report_query
Detailed status of one agent: catalog entry, this org's config, queue depth across the org subtree, and recent executions.
update
entity_crud
Update an existing agent
agent_config
Operation
Mega-tool
What it does
create
entity_crud
Create a new agent config
delete
entity_crud
Delete a agent config
enable
smart_action
Enable an agent for this organization, keyed on agent_type.
list
entity_crud
List agent_configs with filtering and pagination
read
entity_crud
Get detailed agent config information
update
entity_crud
Update an existing agent config
agent_decision
Operation
Mega-tool
What it does
create
entity_crud
Create a new agent decision
delete
entity_crud
Delete a agent decision
get_transitions
workflow_action
Get available transitions for a agent decision
list
entity_crud
List agent_decisions with filtering and pagination
read
entity_crud
Get detailed agent decision information
search
entity_crud
Search agent_decisions with fuzzy matching
transition
workflow_action
Transition agent decision to a new status
update
entity_crud
Update an existing agent decision
agent_execution
Operation
Mega-tool
What it does
cost_attribution_daily
report_query
Daily AgentExecution cost rollup broken down by module, agent_type and execution tier.
create
entity_crud
Create a new agent execution
delete
entity_crud
Delete a agent execution
execution_performance_by_tool
report_query
Latency (avg/min/max/p95) and total cost of AgentExecutions grouped by execution tier.
history
report_query
Execution history across the org subtree, filterable by agent type, status, tier and outcome, with a summary computed over the whole period.
list
entity_crud
List agent_executions with filtering and pagination
read
entity_crud
Get detailed agent execution information
search
entity_crud
Search agent_executions with fuzzy matching
update
entity_crud
Update an existing agent execution
agent_hierarchy
Operation
Mega-tool
What it does
create
entity_crud
Create a new agent hierarchy
delete
entity_crud
Delete a agent hierarchy
list
entity_crud
List agent_hierarchies with filtering and pagination
read
entity_crud
Get detailed agent hierarchy information
search
entity_crud
Search agent_hierarchies with fuzzy matching
update
entity_crud
Update an existing agent hierarchy
agent_instance
Operation
Mega-tool
What it does
create
entity_crud
Create a new agent instance
delete
entity_crud
Delete a agent instance
list
entity_crud
List agent_instances with filtering and pagination
read
entity_crud
Get detailed agent instance information
search
entity_crud
Search agent_instances with fuzzy matching
update
entity_crud
Update an existing agent instance
agent_memory
Operation
Mega-tool
What it does
create
entity_crud
Create a new agent memory
delete
entity_crud
Delete a agent memory
list
entity_crud
List agent_memories with filtering and pagination
read
entity_crud
Get detailed agent memory information
search
entity_crud
Search agent_memories with fuzzy matching
update
entity_crud
Update an existing agent memory
agent_message
Operation
Mega-tool
What it does
create
entity_crud
Create an ordinary, non-routed agent message
delete
entity_crud
Delete an ordinary, non-routed agent message
list
entity_crud
List routed, declassified agent messages
read
entity_crud
Read one routed, declassified agent message
search
entity_crud
Search routed, declassified agent messages
update
entity_crud
Update an ordinary, non-routed agent message
agent_persona
Operation
Mega-tool
What it does
create
entity_crud
Create a new agent persona
delete
entity_crud
Delete a agent persona
list
entity_crud
List agent_personas with filtering and pagination
read
entity_crud
Get detailed agent persona information
search
entity_crud
Search agent_personas with fuzzy matching
update
entity_crud
Update an existing agent persona
agent_response
Operation
Mega-tool
What it does
create
entity_crud
Create a new agent response
delete
entity_crud
Delete a agent response
list
entity_crud
List agent_responses with filtering and pagination
read
entity_crud
Get detailed agent response information
search
entity_crud
Search agent_responses with fuzzy matching
update
entity_crud
Update an existing agent response
agent_review_item
Operation
Mega-tool
What it does
approve
smart_action
Approve a pending agent review item.
create
entity_crud
Create a new agent review item
delete
entity_crud
Delete a agent review item
get_transitions
workflow_action
Get available transitions for a agent review item
list
entity_crud
List agent_review_items with filtering and pagination
read
entity_crud
Get detailed agent review item information
reject
smart_action
Reject a pending agent review item.
search
entity_crud
Search agent_review_items with fuzzy matching
transition
workflow_action
Transition agent review item to a new status
update
entity_crud
Update an existing agent review item
agent_task
Operation
Mega-tool
What it does
create
entity_crud
Create a new agent task
delete
entity_crud
Delete a agent task
list
entity_crud
List agent_tasks with filtering and pagination
pending_workload
report_query
Backlog of pending/claimed/in_progress tasks broken down by assignee, module and priority.
read
entity_crud
Get detailed agent task information
search
entity_crud
Search agent_tasks with fuzzy matching
task_aging
report_query
Distribution of non-terminal AgentTask age in hour-buckets (0-1h, 1-8h, 8-24h, 24h+).
task_sla_analysis
report_query
SLA analysis: overdue and approaching-deadline AgentTasks grouped by module and status.
task_summary
report_query
Count of AgentTasks broken down by status, priority and module with optional time bucketing.
task_type_distribution
report_query
Top-N task types by volume with completion and failure rates.
update
entity_crud
Update an existing agent task
app_ai_task
Operation
Mega-tool
What it does
cancel
smart_action
Cancel a running app-AI task — marks it CANCELLED, retires the persona instance, and enqueues a terminal close command (the governed cancel path, not a raw…
create
entity_crud
Delegate a task to an AI-assistant template — creates the persona instance, the delegation record, and the AppAITask row, then dispatches auto-execution (the…
execute
smart_action
Manually trigger execution of an app-AI task in STARTING state — spawns the terminal agent on an online desktop agent (the same synchronous spawn the REST…
list
entity_crud
List app_ai_tasks with filtering and pagination
read
entity_crud
Get detailed app ai task information
search
entity_crud
Search app_ai_tasks with fuzzy matching
chat_conversation
Operation
Mega-tool
What it does
create
entity_crud
Create a new chat conversation
delete
entity_crud
Delete a chat conversation
list
entity_crud
List chat_conversations with filtering and pagination
read
entity_crud
Get detailed chat conversation information
search
entity_crud
Search chat_conversations with fuzzy matching
update
entity_crud
Update an existing chat conversation
chat_message
Operation
Mega-tool
What it does
create
entity_crud
Create a new chat message
delete
entity_crud
Delete a chat message
list
entity_crud
List chat_messages with filtering and pagination
read
entity_crud
Get detailed chat message information
search
entity_crud
Search chat_messages with fuzzy matching
update
entity_crud
Update an existing chat message
content_filter_rule
Operation
Mega-tool
What it does
list
entity_crud
List content_filter_rules with filtering and pagination
read
entity_crud
Get detailed content filter rule information
search
entity_crud
Search content_filter_rules with fuzzy matching
desktop_agent
Operation
Mega-tool
What it does
create
entity_crud
Create a new desktop agent
delete
entity_crud
Delete a desktop agent
list
entity_crud
List desktop_agents with filtering and pagination
read
entity_crud
Get detailed desktop agent information
search
entity_crud
Search desktop_agents with fuzzy matching
update
entity_crud
Update an existing desktop agent
desktop_tool_execution
Operation
Mega-tool
What it does
create
entity_crud
Create a new desktop tool execution
delete
entity_crud
Delete a desktop tool execution
desktop_tool_adoption
report_query
Daily DesktopToolExecution adoption: success/failure counts and error rate per tool_name.
desktop_tool_latency_health
report_query
DesktopToolExecution latency health: avg/p95/p99 execution time per tool_name.
list
entity_crud
List desktop_tool_executions with filtering and pagination
read
entity_crud
Get detailed desktop tool execution information
search
entity_crud
Search desktop_tool_executions with fuzzy matching
update
entity_crud
Update an existing desktop tool execution
evidence_pack
Operation
Mega-tool
What it does
download
smart_action
Resolve a completed evidence pack to its data-minimized manifest plus a download_url reference to the RBAC-gated REST endpoint (PRISM returns JSON; the ZIP…
kickoff
smart_action
Start an AI-assurance evidence-pack export for a date window (async).
status
smart_action
Poll an evidence-pack export job: pending/in_progress → progress percent; completed → thin manifest projection; failed/expired reported as data (not a handler…
governance_audit_entry
Operation
Mega-tool
What it does
list
entity_crud
List governance_audit_entries with filtering and pagination
read
entity_crud
Get detailed governance audit entry information
search
entity_crud
Search governance_audit_entries with fuzzy matching
governed_agent
Operation
Mega-tool
What it does
list
entity_crud
List governed_agents with filtering and pagination
read
entity_crud
Get detailed governed agent information
search
entity_crud
Search governed_agents with fuzzy matching
human_oversight_request
Operation
Mega-tool
What it does
list
entity_crud
List human_oversight_requests with filtering and pagination
read
entity_crud
Get detailed human oversight request information
search
entity_crud
Search human_oversight_requests with fuzzy matching
inference_rate_card
Operation
Mega-tool
What it does
list
entity_crud
List governed inference pricing cards visible to this organization (global default + org overrides)
read
entity_crud
Read one inference pricing card with its per-model rate lines
instance_context_message
Operation
Mega-tool
What it does
create
entity_crud
Create a new instance context message
delete
entity_crud
Delete a instance context message
list
entity_crud
List instance_context_messages with filtering and pagination
read
entity_crud
Get detailed instance context message information
search
entity_crud
Search instance_context_messages with fuzzy matching
update
entity_crud
Update an existing instance context message
organization_config
Operation
Mega-tool
What it does
create
entity_crud
Create a new organization config
delete
entity_crud
Delete a organization config
get_transitions
workflow_action
Get available transitions for a organization config
list
entity_crud
List organization_configs with filtering and pagination
read
entity_crud
Get detailed organization config information
search
entity_crud
Search organization_configs with fuzzy matching
transition
workflow_action
Transition organization config to a new status
update
entity_crud
Update an existing organization config
organization_spawn
Operation
Mega-tool
What it does
create
entity_crud
Create a new organization spawn
delete
entity_crud
Delete a organization spawn
list
entity_crud
List organization_spawns with filtering and pagination
read
entity_crud
Get detailed organization spawn information
search
entity_crud
Search organization_spawns with fuzzy matching
update
entity_crud
Update an existing organization spawn
organization_template
Operation
Mega-tool
What it does
create
entity_crud
Create a new organization template
delete
entity_crud
Delete a organization template
list
entity_crud
List organization_templates with filtering and pagination
read
entity_crud
Get detailed organization template information
search
entity_crud
Search organization_templates with fuzzy matching
update
entity_crud
Update an existing organization template
platform_config
Operation
Mega-tool
What it does
create
entity_crud
Create a platform config.
delete
entity_crud
Delete a platform config (hard delete — the model carries no soft-delete, mirroring REST).
effective
smart_action
Get the effective (merged system→org→user) configuration for the caller.
list
entity_crud
List platform configs visible to the org (own + system scope).
read
entity_crud
Get a platform config (own org or system scope).
update
entity_crud
Update a platform config (partial — only provided fields change).
platform_hook
Operation
Mega-tool
What it does
create
entity_crud
Create an event-driven automation hook.
delete
entity_crud
Soft-delete a platform hook.
list
entity_crud
List event-driven automation hooks for the org.
read
entity_crud
Get a platform hook with its action and condition.
test
smart_action
Simulate what a hook would do with sample event data (no side effects).
update
entity_crud
Update a platform hook (partial — only provided fields change).
platform_rule
Operation
Mega-tool
What it does
activate
smart_action
Activate a custom rule as the org's primary.
create
entity_crud
Create a custom instruction rule (source is forced to 'custom'; slug auto-generated).
delete
entity_crud
Soft-delete a custom rule (system rules cannot be deleted).
fork
smart_action
Fork a system rule into a custom primary for the org.
list
entity_crud
List composable instruction rules visible to the org (custom + system).
primary
smart_action
Get the effective primary rule for the org (custom override, else system).
read
entity_crud
Get a rule with its instruction content.
update
entity_crud
Update a custom rule (system rules are immutable — fork them instead).
platform_ui_config
Operation
Mega-tool
What it does
create
entity_crud
Create a new platform ui config
delete
entity_crud
Delete a platform ui config
list
entity_crud
List platform_ui_configs with filtering and pagination
read
entity_crud
Get detailed platform ui config information
search
entity_crud
Search platform_ui_configs with fuzzy matching
update
entity_crud
Update an existing platform ui config
policy_rule
Operation
Mega-tool
What it does
create
entity_crud
Create a governance policy rule (idempotent on org/name/agent)
delete
entity_crud
Delete (soft by default) a governance policy rule
list
entity_crud
List policy_rules with filtering and pagination
read
entity_crud
Get detailed policy rule information
search
entity_crud
Search policy_rules with fuzzy matching
update
entity_crud
Update an existing governance policy rule
skill
Operation
Mega-tool
What it does
assign_persona
smart_action
Link a persona to a skill.
catalog
smart_action
The skill catalog: system skills (all orgs) + this org's custom skills.
create
entity_crud
Create a composable expertise skill.
delete
entity_crud
Soft-delete a custom skill (system skills cannot be deleted).
list
entity_crud
List composable expertise skills for the org.
read
entity_crud
Get a skill with its prompt content and linked personas.
remove_persona
smart_action
Unlink a persona from a skill.
update
entity_crud
Update a skill (partial — only provided fields change).
studio_agent
Operation
Mega-tool
What it does
create
entity_crud
Create a Studio agent definition under a project.
delete
entity_crud
Soft-delete (deactivate) a Studio agent definition.
list
entity_crud
List Studio agent definitions (optionally scoped to a project).
read
entity_crud
Get a Studio agent definition.
update
entity_crud
Update a Studio agent definition (partial).
studio_command
Operation
Mega-tool
What it does
create
entity_crud
Create a Studio slash command under a project.
delete
entity_crud
Soft-delete (deactivate) a Studio slash command.
list
entity_crud
List Studio slash commands (optionally scoped to a project).
read
entity_crud
Get a Studio slash command.
update
entity_crud
Update a Studio slash command (partial).
studio_hook
Operation
Mega-tool
What it does
create
entity_crud
Create a Studio event hook under a project.
delete
entity_crud
Soft-delete (deactivate) a Studio event hook.
list
entity_crud
List Studio event hooks (optionally scoped to a project).
read
entity_crud
Get a Studio event hook.
update
entity_crud
Update a Studio event hook (partial).
studio_memory
Operation
Mega-tool
What it does
create
entity_crud
Create a Studio memory file under a project.
delete
entity_crud
Soft-delete (deactivate) a Studio memory file.
list
entity_crud
List Studio memory files (optionally scoped to a project).
read
entity_crud
Get a Studio memory file.
update
entity_crud
Update a Studio memory file (partial).
studio_project
Operation
Mega-tool
What it does
create
entity_crud
Create a Studio project.
delete
entity_crud
Soft-delete a Studio project and cascade-deactivate all its children.
file_tree
smart_action
Return the virtual Claude-Code file tree computed from a Studio project's rows.
import_folder
smart_action
Import a Claude-Code project folder dump (CLAUDE.md, .claude/settings.json, .claude/agents|rules|commands/*.md, memory/*.md, settings hooks) into a new Studio…
list
entity_crud
List Studio projects (Claude-Code workspace configs) for the org.
read
entity_crud
Get a Studio project with its nested agents/rules/commands/memories/hooks.
render_workspace
smart_action
Render the project's workspace as a {filepath: content} map (what a session materializes).
update
entity_crud
Update a Studio project (partial — only provided fields change).
studio_rule
Operation
Mega-tool
What it does
create
entity_crud
Create a Studio context rule under a project.
delete
entity_crud
Soft-delete (deactivate) a Studio context rule.
list
entity_crud
List Studio context rules (optionally scoped to a project).
read
entity_crud
Get a Studio context rule.
update
entity_crud
Update a Studio context rule (partial).
studio_template
Operation
Mega-tool
What it does
clone
smart_action
Clone a Studio template project (and its active agents/rules/commands/memories/hooks) into a new non-template project.
list
entity_crud
List Studio template projects (cloneable starting points) for the org.
read
entity_crud
Get a Studio template project with its nested children.
task
Operation
Mega-tool
What it does
claim
agent_command
Atomically claim the highest-priority pending agent task visible to the caller across this organization and its descendants, taking a server-authoritative…
complete
agent_command
Report an agent task as finished (or failed), writing the AgentExecution audit row and releasing the claim lease.
task_plan
Operation
Mega-tool
What it does
create
entity_crud
Create a new task plan
delete
entity_crud
Delete a task plan
list
entity_crud
List task_plans with filtering and pagination
read
entity_crud
Get detailed task plan information
search
entity_crud
Search task_plans with fuzzy matching
update
entity_crud
Update an existing task plan
team
Operation
Mega-tool
What it does
add_member
smart_action
Add (or reactivate) an agent instance as a team member.
create
entity_crud
Create a multi-agent coordination team.
delete
entity_crud
Soft-delete a team.
dissolve
smart_action
Dissolve a team (sets status=dissolved).
list
entity_crud
List multi-agent coordination teams for the org.
members
smart_action
List the active members of a team.
read
entity_crud
Get a team with its members and recent tasks.
remove_member
smart_action
Remove an agent instance from a team (deactivates the membership).
update
entity_crud
Update a team (partial — only provided fields change).
team_task
Operation
Mega-tool
What it does
assign
smart_action
Assign a task to an agent instance (omit instance_id to unassign).
complete
smart_action
Mark a task as completed.
create
entity_crud
Create a coordination task under a team.
delete
entity_crud
Soft-delete a coordination task.
list
entity_crud
List coordination tasks for the org (optionally scoped to a team).
read
entity_crud
Get a coordination task with its dependencies.
update
entity_crud
Update a task's status / assignment / dependencies.
workflow
Operation
Mega-tool
What it does
create
entity_crud
Create a new workflow
delete
entity_crud
Delete a workflow
list
entity_crud
List workflows with filtering and pagination
read
entity_crud
Get detailed workflow information
search
entity_crud
Search workflows with fuzzy matching
update
entity_crud
Update an existing workflow
workflow_execution
Operation
Mega-tool
What it does
create
entity_crud
Create a new workflow execution
delete
entity_crud
Delete a workflow execution
list
entity_crud
List workflow_executions with filtering and pagination
read
entity_crud
Get detailed workflow execution information
search
entity_crud
Search workflow_executions with fuzzy matching
update
entity_crud
Update an existing workflow execution
workflow_trigger
Operation
Mega-tool
What it does
create
entity_crud
Create a new workflow trigger
delete
entity_crud
Delete a workflow trigger
list
entity_crud
List workflow_triggers with filtering and pagination
read
entity_crud
Get detailed workflow trigger information
search
entity_crud
Search workflow_triggers with fuzzy matching
update
entity_crud
Update an existing workflow trigger
Parameter schemas and permissions
Parameter schemas and permission codenames are in the full reference — sign in — or call prism_introspect(dimension="capability_search", query="…") with your key.