Skip to main content
Glama
jegriffi91

Mobile Automator MCP Server

by jegriffi91

Get Session Timeline

get_session_timeline
Read-onlyIdempotent

Monitor active recording health with polling stats, interaction counts, and gap analysis to ensure poller keeps up and interactions are captured.

Instructions

Get a lightweight mid-session health check showing polling stats, interaction counts, and gap analysis. Use during an active recording to verify the poller is keeping up and interactions are being captured. Only available while session status is "recording".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYesActive session ID to get timeline for

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
gapsYesPolling gaps where interactions may have been missed
statusYesCurrent session status
elapsedMsNoMilliseconds since recording started
sessionIdYesThe session this timeline belongs to
pollSummaryYesAggregate polling statistics
recentPollsYesMost recent 10 poll records for quick inspection
interactionSummaryYesInteraction capture statistics
Behavior4/5

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

Annotations already declare readOnlyHint true, idempotentHint true, and destructiveHint false. The description adds behavioral context beyond annotations, such as 'lightweight' and the specific contents of the health check, and the runtime availability condition.

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

Conciseness5/5

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

The description is two concise sentences with no wasted words. It front-loads the core functionality and provides necessary usage context efficiently.

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 simple parameter set, presence of output schema, and comprehensive annotations, the description is complete. It covers purpose, usage condition, and expected content, making it sufficient for an AI agent.

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

Parameters3/5

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

The single parameter sessionId is fully described in the schema (100% coverage). The description does not add additional semantics beyond the schema, which is acceptable given complete schema documentation.

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 the tool gets a lightweight mid-session health check with specific metrics (polling stats, interaction counts, gap analysis). It uses a specific verb and resource, and the focus on active recording distinguishes it from sibling tools.

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

Usage Guidelines4/5

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

The description explicitly states when to use it (during an active recording) and the condition 'only available while session status is recording.' It lacks explicit alternatives for non-recording scenarios, but the context is clear.

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/jegriffi91/mobile-automator-mcp'

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