Skip to main content
Glama
extentos

extentos

getProductionChecklist

Generate a production-readiness checklist for your smart-glasses app based on its SDK capabilities, declared handlers, and BYOK service integrations. Each step indicates necessary actions for going live.

Instructions

Return a personalized production-readiness checklist based on the SDK capabilities the app uses, the handlers it declares, and the BYOK services it integrates. Returns { ready, steps, summary }: ready is true when no step has status 'needed'; each steps[] entry is { category, description, status: 'done' | 'needed' | 'optional', details, fix?, requiredScopes?, affectedHandlers?, codeChange?: { file, hint } }. Steps are conditional — streams add a foreground-service step, voice/camera/audio add a real-hardware-verification step, and declared BYOK services (or the Phase 3 conversation runtime) add an API-keys step. Pass projectPath so the Meta-account and credential-swap steps read the project's real build state and report 'done' instead of 'needed'. status is guidance, not a measurement: ONLY the vendor-setup and credential steps are derived from your project, and only with projectPath — every other step stays 'needed' however much of the work you have actually completed, so identical output before and after doing the work is expected rather than a bug. ready accordingly means 'nothing left on this list', NOT 'Extentos verified your app'; for checks that genuinely inspect the project use validateIntegration. Cross-links: getPermissions for the exact permission set the Permissions-Audit step describes, getCredentialGuide for the per-provider key setup the API-Keys step needs, validateIntegration for the structural pre-test gate. USE when going to production. DON'T USE during development.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handlersNoNames of the handlers the app declares (labels the API Keys step's affectedHandlers). Does NOT by itself trigger the API Keys step — declare `services` for that.
platformYes
servicesNoBYOK provider names the app actually integrates (e.g. ["anthropic", "openai"]). The trigger for the API Keys step — a DAT-native app (capture_photo + speak) or a Phase 4 managed-gateway app declares none and skips it.
projectPathNoAbsolute (or cwd-relative) path to the project root. Optional — when given, the Meta-Developer-Account and Credential-Swap steps read the real build state (Android extentos_meta_credentials.xml / iOS Info.plist MWDAT dict) to mark themselves 'done' vs 'needed'. Omit → every step is assumed not-yet-done.
capabilitiesYesCapability names from getPlatformInfo.features[].name. Drives the streams / hardware-verify / permissions-audit steps.
Install Server

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full transparency burden. It fully discloses that 'status is guidance, not a measurement', that 'ready means nothing left on this list, NOT Extentos verified your app', and explains which steps are project-derived. It also clarifies that identical output before and after doing work is expected. However, it does not mention rate limits or potential performance implications of calling the tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is comprehensive but somewhat lengthy. It is front-loaded with the return structure and purpose, then dives into conditional behavior. Every sentence adds value, but the extensive detail could be streamlined slightly without losing clarity. The use of bold and cross-references is helpful for structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 5 parameters (2 required), no output schema, and no annotations, the description covers behavioral expectations, return format, conditional logic, and limitations well. It could be improved by noting output size or performance considerations, but overall it is sufficiently complete for an agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 80%, meaning most parameters are already described in the schema. The description adds value by explaining the behavioral interactions between parameters (e.g., 'handlers' labels the API Keys step but does not trigger it alone; 'services' is the trigger). It also gives context on how 'projectPath' affects step status. The description does not detail the enum values for 'platform' beyond what the schema provides, but the added semantic ties between parameters are significant.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies the tool returns a personalized production-readiness checklist based on SDK capabilities, handlers, and BYOK services. It clearly distinguishes the verb 'return' and resource 'checklist', and the cross-links to siblings like 'getPermissions' and 'validateIntegration' help differentiate its purpose from those tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states 'USE when going to production. DON'T USE during development.' It also provides cross-links and conditions (e.g., 'for checks that genuinely inspect the project use validateIntegration'), offering clear when-to-use and when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/extentos/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server