link_query
Query the cross-domain reference graph by node (what references this / what does this reference)
How to use it
link_query is exposed by the AI Company MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the link_query tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install AI Company
pip install uvOther tools in AI Company (39)
List team members
Get available Agent template list
Recommend the best Agent template based on task description
Update Agent status (idle/busy/error)
Get unread @mentions for an agent
Read messages from a channel
Send a message to a channel (team:/project:/global) with @mention support
Resolve current context and retrieve relevant background information
Start a code review debate session
Start a structured 4-round debate (Advocate→Critic→Response→Judge)
Log a decision to the cockpit timeline
core groups only (task,team,memory,infra,reports = 29 tools, hard-capped at <=50)
42
Failure Alchemy — analyze root causes, generate antibody/vaccine/catalyst
Trace a reference chain from any OS ID (wfid / commit / task uuid) with evidence snippets
Summarize meeting conclusions
Create a structured meeting (8 templates, keyword auto-select)
List all meetings
Read meeting records
Send a meeting message
Get available meeting template list
Update meeting metadata
Write a direction-layer memory (preference/correction/design intent, 4 kinds; bucket quotas 1200/1500/300 chars, <=400 chars per entry, supersedes swap)
Explicitly invalidate a direction-layer memory (by id or unique substring; invalidate, never delete — auditable)
List valid direction-layer entries (kind filter; data source for both injection hooks)
Apply agent-confirmed reconcile operations (merge / invalidate / score / promote); idempotent, size guardrails enforced on promote
On-demand reconcile coarse pass (zero-LLM): BM25-paired candidate groups + direction-layer inventory + promotion material + operation guide
Search team memory — recency-window recall within scope + pure-Python BM25 rerank (Chinese bigram, no embeddings)
Create a new task (autostart supported; tasktype is accepted but retired — a no-op kept for backward compatibility)
List all tasks under a project
Add an execution memo to a task
Read task history memos
Execute a task with full execution recording
Query task execution status
Partial update of task fields with auto timestamps
Get a full team panorama in one call (members + events + meetings + todos)
List all teams
Get team details and member status
Three-arm RRF search across memos / reports / tasks — BM25 full-text + knowledge-graph fanout + exact ID match