appgrammar_topological_search
Axiom: V — Ecosystem | Category: Discovery
This tool uses a multi-turn protocol. The initial call returns a prompt and token. Run the prompt on your LLM, then submit the structured output via appgrammar_tool_submit (or the tool-specific submit variant) to advance the operation.
Search the appgrammar registry using topological similarity. Finds structurally related appgrammars by module graph shape.
Instead of searching by text keywords, topological search matches against architectural shape. You can find all blueprints that feature a specific combination of components — for example, a Next.js frontend with a Go microservice, a WebSockets layer, and a vector database — regardless of how the authors named or described them.
This is a multi-turn operation. The server returns a prompt and token; run the prompt on your LLM and submit the result via appgrammar_tool_submit.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
params | object | No | Optional tool-specific parameters. |
Example
{
"method": "tools/call",
"params": {
"name": "appgrammar_topological_search",
"arguments": {}
}
}