Setup and Generation tools
The Extentos MCP server's generation tools — generateConnectionModule (one-shot project scaffold), initSpec (first AppSpec), generateConsumer (handler stubs), updateSpec (subsequent spec mutations). The mutation sequence the agent runs to bring Extentos into a fresh app.
Coming soon. Per-tool reference for
generateConnectionModule,initSpec,generateConsumer,updateSpec. Each section will follow the format established in Discovery and Planning — when to use, parameters, response shape, errors, worked example.
Discovery and Planning tools
The Extentos MCP server's discovery tools — getPlatformInfo (returns the static platform catalog of vendor capabilities, library version, and spec schema) and getExampleSpec (retrieves one of 8 canonical reference patterns for studying complex spec compositions). These are the first calls an AI agent makes in any new task — cheap, all local, no side effects, no meter cost.
Implementation Guidance tools
The Extentos MCP server's guidance tools — getVoiceCommandGuidance (analyze proposed voice phrases for UX issues) and getPermissions (derive exact platform permissions, Meta DAT requirements, foreground service needs from a spec). Side-quest helpers the agent calls during composition.