Agent Platform
Agents & MCP tools
Govern the Cerebro central brain: which tools each agent may use, and whether agents may take actions.
MCP endpoint
Any MCP client connects here with an agent's API key as a Bearer token (Streamable HTTP).
https://cerebro-igneo-ae.australiaeast.cloudapp.azure.com/api/mcpAllow agents to take actions
Super-admin master switch. When off, agents can only use read & system (read-only) tools. When on, granted write/system-action tools become available. Actions disabled
Tool catalog (23)
| Tool | Category | Tier | Calls | Enabled |
|---|---|---|---|---|
describe_schema Describe the knowledge-graph schema: node types and edge types. | system | read | 0 | |
get_graph Return the Business-Brain knowledge graph: nodes (sources, claims, decisions, risks, tasks, assumptions) and the edges linking them. | read | read | 1 | |
get_node Fetch a single knowledge-graph node by id, with its connected edges. | read | read | 0 | |
list_agents List registered agents (names, kinds, status — no secrets). | system | read | 0 | |
list_assumptions List tracked project assumptions. | read | read | 0 | |
list_claims List the analytic claims in the Business-Brain, with confidence and evidence counts. | read | read | 0 | |
list_decisions List the decisions recorded in the Business-Brain, with owners and status. | read | read | 1 | |
list_proposals List pending and resolved curator proposals. | read | read | 0 | |
list_risks List the tracked risks in the Business-Brain, with severity and likelihood. | read | read | 0 | |
list_sources List connected evidence sources and their sync status. | read | read | 0 | |
list_tasks List tracked tasks with owners and status. | read | read | 1 | |
list_tools List the tools registered in the Cerebro tool catalog. | system | read | 0 | |
query_audit Return recent audit-log entries (agent activity, tool runs, guardrails). | system | read | 0 | |
search_evidence Semantic search over the evidence store (IC memos, KPI extracts, LP mandates). Returns the most relevant evidence chunks with citations and similarity scores. | read | read | 0 | |
search_nodes Search the knowledge graph by label/type substring, optionally filtered to a node type. | read | read | 0 | |
system_health High-level system overview: graph size, knowledge counts, open proposals, platform stats. | system | read | 1 | |
usage_metrics Tool-invocation usage metrics and recent calls across all agents. | system | read | 0 | |
archive_node Soft-delete (archive) a graph node and detach its edges. | write | write | 0 | |
create_edge Create a relationship (edge) between two existing nodes. | write | write | 0 | |
create_node Create a new knowledge-graph node (claim, risk, task, etc.). | write | write | 0 | |
delete_edge Remove a relationship (edge) between nodes. | write | write | 0 | |
propose_tool Draft a new MCP tool for super-admin approval. Provide a snake_case name, a description, and either a read-only SQL SELECT over allow-listed tables (bindingKind=sql_view, sql=...) or an existing repo_fn (bindingKind=repo_fn, fn=...). Created as PROPOSED; an admin must approve it before it becomes callable by any agent. | write | write | 0 | |
update_node Update a graph node's label, status, or type. | write | write | 0 |
Agents (2)
diag-test
external · cbk_I2eMR-b… · revoked · never used
Igneo Platform
external · cbk_ry60C3U… · active · used 1h ago
Recent tool activity
| get_graph | Igneo Platform | success | 22ms |
| list_tasks | Igneo Platform | success | 11ms |
| list_decisions | Igneo Platform | success | 7ms |
| system_health | Igneo Platform | success | 67ms |