Skip to main content
Glama
extentos

extentos

getCapabilityGuide

Get a per-feature guide with minimal Kotlin and Swift snippets, gotchas, and the getCodeExample patterns that exercise the feature.

Instructions

Per-feature SDK usage guide — minimal Kotlin + Swift snippet + gotchas + which getCodeExample patterns exercise the feature. Pairs with getPlatformInfo (which lists feature names and categories) by adding the actual idiom for using each feature. Covers: lower-level primitives (capture_photo / capture_video / record_audio / transcription_incremental / speak / video_frames / audio_chunks / connection_state / toggles / voice_command); and the assistant runtime (assistant_runtime as the umbrella, assistant_start, assistant_tool, assistant_provider_openai) — the canonical voice-AI surface. For voice-assistant work on new apps, start with assistant_runtime for the overview then drill into the individual primitives. USE when you know which feature you need but don't know the canonical call shape, or when you're hitting a confusing failure (the gotchas typically cover it). DON'T USE for a complete compositional pattern (use getCodeExample) or for capability discovery (use getPlatformInfo).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
featureYesFeature name from getPlatformInfo.features[].name. Includes the cross-cutting SDK surfaces (connection_state, toggles) and the wake-phrase + media capabilities.
Behavior4/5

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

No annotations, so description carries full burden. It discloses return content (minimal Kotlin + Swift snippet, gotchas, related getCodeExample patterns) and limitations ('minimal', 'typically cover it'). It doesn't explicitly state read-only behavior, but the guide nature implies non-mutation, and no hidden side effects are indicated.

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?

Front-loaded with a clear purpose, followed by relationship to siblings, coverage list, and usage guidance. The 'Covers' feature list partially duplicates the schema enum, but adds semantic grouping that aids understanding. The USE/DON'T USE sections are succinct and effective.

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

Completeness5/5

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

No output schema, but description fully explains return content and boundaries. It covers what the tool does, when to use it, when not to, and how it relates to siblings. For a lookup guide with one parameter, the description is comprehensive and complete.

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?

Schema coverage is 100% (enum + description referencing getPlatformInfo.features[].name). Description adds value by semantically grouping feature types (lower-level primitives vs assistant runtime) and advising to start with 'assistant_runtime' for voice-assistant apps, which helps parameter selection beyond the schema.

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 explicitly defines the tool as a 'Per-feature SDK usage guide' with Kotlin/Swift snippets, gotchas, and related code patterns. It distinguishes from siblings by stating it adds 'the actual idiom' for feature usage, while getPlatformInfo only lists names/categories and getCodeExample provides full patterns.

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?

Provides clear USE conditions ('when you know which feature you need but don't know the canonical call shape, or when you're hitting a confusing failure') and explicitly names alternatives for DON'T USE cases (getCodeExample for compositional patterns, getPlatformInfo for capability discovery).

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

Install Server

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