Skip to main content
Glama

alias

Create, remove, resolve, or list alternative names that map to a canonical domain.

Instructions

Manage domain aliases — alternative names that resolve to a canonical domain. All four operations are available via the action field.

action=add: register a new alias. Requires alias and domain. Example: alias=binder, domain=sedex. action=remove: remove an alias. Requires alias. action=resolve: return the canonical domain for a given name. Requires name. action=list: return all registered aliases.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesRequired: add, remove, resolve, or list
aliasNoThe alias name. Required for action=add and action=remove.
domainNoThe canonical domain name. Required for action=add.
nameNoThe name to resolve. Required for action=resolve.
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavior. It explains the four operations but omits side effects, permissions, error conditions, or reversibility. For a management tool, this is adequate but not thorough.

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 concise, front-loads the purpose, and uses clear bullet-like formatting for actions. Every sentence earns its place without redundancy.

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 tool's complexity (four actions with conditional parameters), the description covers all necessary usage details. It lacks return value information and error handling, but for a CRUD-like tool, this is mostly sufficient.

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%, but the description adds value by clarifying conditional requirements for each action (e.g., alias required for add and remove, domain for add, name for resolve). Examples further aid understanding.

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 manages domain aliases as alternative names resolving to a canonical domain. It lists four specific actions (add, remove, resolve, list) with examples, distinguishing it from sibling tools that handle other domain operations.

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 implicitly covers usage by detailing each action's required fields and providing examples. However, it does not explicitly state when not to use this tool or compare it to alternatives like rename_domain, which would help an agent choose correctly.

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/corbym/memoryweb'

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