Skip to main content
Glama

redirects_list

List all URL redirects for a domain to audit forwarding rules and verify site configuration.

Instructions

List site redirects for a domain.

Args: domain: Domain. impersonate: Owning user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
impersonateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. The verb 'List' does convey a read-only operation, and the args clarify that domain is the scope and impersonate is the owning user. It does not describe additional behavior such as auth requirements, ordering, or whether hidden/system redirects are included, but for a simple list tool the basic behavior is sufficiently clear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loads the core action in the first sentence, followed by a compact Args block. It is not bloated, though the 'domain: Domain.' line is somewhat redundant and could have been enriched without sacrificing conciseness.

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?

For a simple list tool with only two parameters and an output schema, the description gives the essential information: what is listed and which arguments control the request. It leaves out explicit usage boundaries and behavioral detail, but the output schema covers return values and the operation is straightforward.

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 0%, so the description must compensate. It names both parameters and adds a clarifying gloss for impersonate ('Owning user'), which is more than the bare schema provides. The domain parameter description is tautological ('Domain'), so the added value is limited.

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 opens with a specific verb and resource: 'List site redirects for a domain.' This distinguishes it from the nearby sibling redirects_create and no other sibling lists redirects, so an agent can identify the right tool immediately.

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

Usage Guidelines3/5

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

The use case is implied by the purpose sentence: call it when you need the site redirects belonging to a domain. However, there is no explicit guidance about when not to use it or any mention of alternatives such as redirects_create, so the agent must infer the boundary.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/OpenIaaS/directadmin-mcp-server'

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