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.
Coming soon. Per-tool reference for
getVoiceCommandGuidance,getPermissions. Each section will follow the format established in Discovery and Planning.
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.
Validation tools
The Extentos MCP server's validation tools — validateSpec (pure JSON spec check against schema rules), inspectIntegration (read-only project snapshot with the basedOn freshness token), validateIntegration (whole-project correctness gate before testing). Run after every spec mutation.