Skip to main content
Glama
extentos

extentos

getSimulatorStatus

Check live simulator session status to confirm active streams, attached roles, and detect stale connections. Also lists available test videos for capture.

Instructions

Read a live simulator session's current state — phase (active/paused/closed), hardware-ready, attached roles (app + browser), active capability streams (which videoFrames/audioChunks/transcriptions subscriptions are open right now), and the testVideos list available to drive setSimVideo (defaults bundled with the platform plus any MP4s uploaded for this project on the simulator page). Also returns a freshness advisory — each role's connectedAt plus the staleness rule — so you can catch the #1 silent failure in the test loop: driving a connection that went STALE after a code change (rebuilt/reinstalled the app → relaunch it so it's the fresh build; pushed a deploy → it severed the sim WebSockets, so re-ensure the browser). Session-level snapshot only. USE during testing to confirm a stream is open, the session is healthy, the app role has attached, to check a connection isn't stale after a change, or to discover which test videos you can pipe into capture_photo/capture_video. DON'T USE for event traces (use getEventLog).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYes
Behavior5/5

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

With no annotations provided, the description fully carries the behavioral disclosure burden. It clearly indicates the tool is a read-only snapshot ('session-level snapshot'), describes return fields, and notes the staleness rule—making the behavior transparent without contradictions.

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

Conciseness3/5

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

The description is quite long and dense, containing multiple clauses and details. While well-structured (stating returns, then usage guidance), it could be more concise—for example, the staleness explanation is verbose. Not every sentence earns its place.

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?

Given the tool's moderate complexity and lack of output schema, the description thoroughly enumerates returned fields (phase, hardware-ready, roles, capability streams, testVideos, freshness advisory) and provides context on staleness. It is complete enough for an agent to understand what the tool offers.

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 description coverage is 0%, so the description must compensate. While it does not explicitly document the sessionId parameter beyond its name, the description's context ('Read a live simulator session's current state') implies the parameter identifies the session, which is adequate for a single, simple string parameter.

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 clearly states it reads a live simulator session's current state, listing specific attributes (phase, hardware-ready, roles, capability streams, testVideos, freshness advisory). It distinguishes itself from sibling tool getEventLog in the DON'T USE section, making its purpose unambiguous.

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?

Explicitly states when to use (during testing to confirm stream health, session health, app role attachment, staleness check, discover test videos) and when not to use (for event traces use getEventLog). Also provides context about staleness after code changes, giving actionable guidance.

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