capabilities · what this server can do
11 tools detected·auth: API key
medium risk● active ○ not requested · hover each badge for details
● fs read● fs write● network○ exec○ eval● secrets
why medium risk: fs read + fs write + network + secrets — requires access to credentials or environment secrets.
- create_agent— Create a new agent with a name, role, department, and capabilities.
- list_agents— List all registered agents with their trust levels, task counts, and status.
- delegate_task— Delegate a task to a specific agent or auto-route to the best match
- complete_task— Mark a task as completed (or failed). Updates the agent's trust level
- acquire_files— Acquire file locks for coordinated multi-agent work. Prevents conflicts
+6 more tools
- release_files— Release file locks held by an agent after task completion.
- start_sprint— Start a focused sprint with named goals and a time limit. Sprints help
- complete_sprint— Complete a sprint and record which goals were achieved. Returns the
- get_dashboard— Get the full orchestration dashboard: agent count, trust averages,
- get_task_queue— Get the task queue, optionally filtered by status (assigned/completed/failed)
- my_tool