Skip to main content
Glama
smk-h

embedded-mcp-toolkit

by smk-h

adb_shell_read

Read output from an ADB shell session using its session ID. Fetches buffered command results and optionally clears the buffer for fresh reads.

Instructions

Read output from an ADB shell session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clearNoBuffer clear flag: 1 (default) = clear buffer after reading, 0 = keep buffer
session_idYesThe session ID returned by adb_shell_open
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'Read output' and does not mention buffer-clearing default behavior, whether the call blocks, or what happens when no output is available. The 'clear' parameter hints at buffer handling but is not explained in the description.

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 a single, clean sentence that directly states the tool's purpose. It is concise with no wasted words or redundant information.

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

Completeness3/5

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

The tool is simple with two parameters and no output schema, but the description lacks behavioral context such as buffer clearing defaults, blocking behavior, or return value shape. As a minimum viable description it works, but leaves gaps that the schema does not fill.

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?

Schema description coverage is 100%, so the baseline is 3. The description itself adds no additional meaning beyond the schema, and does not explain the 'clear' parameter or session_id semantics, but the schema already provides adequate definitions for both parameters.

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?

Description states a specific verb ('Read') and resource ('output from an ADB shell session'), clearly distinguishing it from sibling tools like adb_shell_write and adb_shell_exec. It also identifies the tool as reading from an ADB session, differentiating it from SSH or serial shell reads.

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

Usage Guidelines2/5

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

The description gives no explicit guidance on when to use this tool versus alternatives, nor does it mention prerequisites like having an open session or typical workflows. The implied usage is reading output after opening a session, but no exclusions or contextual cues are provided.

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/smk-h/embedded-mcp-toolkit'

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