Skip to main content
Glama
TedyHub
by TedyHub

Update domain

update_domain

Update a domain's iOS/Android deep-link configuration by specifying only the fields to change; others remain untouched.

Instructions

Update a domain's iOS/Android configuration (partial — only the fields you pass change). iOS caches AASA aggressively; existing installs may take up to 24h to pick up changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDomain id, e.g. dom_42
iosNo
androidNo
Behavior4/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. It discloses partial-update semantics (only passed fields change) and the iOS AASA caching delay (up to 24h), which are non-obvious and valuable. However, it does not mention authentication, error handling, or response behavior.

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, front-loaded with verb+object, and no fluff. The caching caveat is important and concisely stated.

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 nested objects and no output schema, the description covers key semantics (partial update, platform scope, caching delay) but omits response format and error conditions. Still, it is reasonably complete for the tool's complexity.

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 low (33%), but the description adds meaning by explaining that ios and android represent platform configuration and that only passed fields change. It does not describe id or sub-property details, leaving much to 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?

States 'Update a domain's iOS/Android configuration' with a specific verb and resource, clearly distinguishing from sibling tools like get_domain, create_domain, and verify_domain. The partial-update note further clarifies the tool's scope.

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?

Implies usage for updating existing domain configurations rather than creation or retrieval, providing clear context via the 'update' verb and partial-update behavior. Does not explicitly name alternatives like create_domain, but the context is sufficient.

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/TedyHub/deeptap-mcp'

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