wwa_facts_query
Retrieve structured facts—paths, project structures, preferences—from the shared agent knowledge base to answer queries without re-asking users or searching blindly.
Instructions
Query the shared agent knowledge base. Facts are structured environment truths — Python paths, project structures, preferences, deployment targets. Agents discover facts without re-asking users or searching blindly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20, max 100) | |
| entity | No | What the fact is about (e.g. 'python', 'spfx', 'works-with-agents'). Omit to search all. | |
| category | No | Fact category: env, preference, project, reference, user_fact, auth | |
| attribute | No | Property name (e.g. 'path', 'version', 'domain'). Omit to search all. |