Skip to main content
Glama

adb_profile_save

Save detected or manually composed device profiles with custom quirks and notes to the profiles library for persistent reuse.

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)
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It states 'save' and 'persist', but lacks details on overwriting behavior, error handling, permissions, or side effects. This is insufficient for an unannotated write 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 sentences, each earning its place. The first sentence states the purpose; the second provides usage guidance. No fluff, well-structured, and easily digestible.

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 the simple input schema (two string params) and no output schema or annotations, the description adequately covers the essential context: what the tool does, when to use it (after detect or manual), and the input nature. It could mention overwrite behavior, but overall it is nearly complete for this complexity level.

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% with descriptions for both parameters. The description adds context by mentioning that the profile can come from adb_profile_detect output or be manually composed with custom quirks and notes, which is not fully captured in the schema. This adds value 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 clearly states 'Save a device profile to the profiles library', specifying the verb 'save' and the resource 'device profile'. It distinguishes from sibling tools by mentioning adb_profile_detect and manual creation, making the 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 Guidelines4/5

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

The description explicitly says to use after adb_profile_detect or for manual profile creation, providing clear context on when to use the tool. However, it does not explicitly state when not to use it or mention alternative tools like adb_profile_list or adb_profile_delete, which would strengthen the guideline.

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