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.
Coming soon. Per-tool reference for
validateSpec,inspectIntegration,validateIntegration. Each section will follow the format established in Discovery and Planning.
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.
Simulation tools
The Extentos MCP server's simulation tools — createSimulatorSession (provision a browser-mode session at extentos.com/s with auto-bind to the running app), completeAuthLink (poll the device-code flow after the 1000-event meter exhausts), getEventLog (structured 7-layer event trace from a session), getSimulatorStatus (live session state). The browser-driven dev loop.