ateam_spec_search
Semantic search over the FULL ateam platform /spec documentation — the deep fallback behind ateam_design_advisor. Ask a natural-language 'how do I…' question and get the most relevant doc chunks (with their topic + heading), then read the full topic via ateam_get_spec(topic). Use this when the advisor's pointer isn't enough, or for details/examples on anything — including topics outside the curated capability list. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language question, e.g. 'how do I send a proactive daily reminder?' or 'per-user persistence'. | |
| top_k | No | How many chunks to return (default 8, max 25). |