Skip to main content
Glama

adb_profile_save

Persist a device profile to the library after detection or create a manual profile with custom quirks and notes.

Instructions

Save a device profile to the profiles library. Use after adb_profile_detect to persist the profile, or create a manual profile with custom quirks and notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProfile name (used as filename)
profileYesProfile JSON string (from adb_profile_detect output or manually composed)
Behavior3/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 mentions the tool saves profiles but does not explain behavior like overwriting existing profiles, validation, error handling, or side effects, which is a gap for a persistence operation.

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?

Two concise sentences with no wasted words. The main purpose is front-loaded, and the additional usage direction follows efficiently.

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 two simple parameters, no output schema, and no annotations, the description adequately covers the tool's core purpose and workflow. It lacks details on overwrite behavior or validation, but for a straightforward save action, it is fairly 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?

The input schema already describes both parameters with 100% coverage. The description adds context that 'profile' can come from adb_profile_detect output or be manually composed, which provides additional usage guidance beyond the schema, earning a 4.

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 saves a device profile to the profiles library (specific verb+resource). It also distinguishes from siblings like adb_profile_detect (detects profiles) and adb_profile_list (lists profiles) by noting it persists profiles after detection or manual creation.

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 advises using this tool after adb_profile_detect to persist the profile, or for creating a manual profile with custom quirks and notes, providing clear when-to-use and alternative scenarios.

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/fullread/DeepADB'

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