contact_info
Retrieve detailed information for a specific contact handle by ID to verify or inspect the data used in INWX domain management.
Instructions
Details of one contact handle. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Retrieve detailed information for a specific contact handle by ID to verify or inspect the data used in INWX domain management.
Details of one contact handle. Read-only.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v0.1.2Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It does disclose the important read-only trait, but it gives no detail about authentication, invalid ID handling, or what 'details' are returned.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is only two short sentences and contains no filler. The core resource and read-only nature are front-loaded, making it very easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given there is no output schema, no annotations, and no parameter descriptions, this description is too thin. It does not explain what fields or details are returned, what a contact handle is, or how the id relates to other contact tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description should clarify the id parameter. It indirectly suggests that id identifies a contact handle, but it never explicitly defines the parameter or explains how to obtain a valid id.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies a single contact handle as the resource and indicates a read-only retrieval operation. It is distinct enough from siblings like contact_list and contact_create, though it lacks an explicit verb like 'get' or 'fetch'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'one contact handle' implies this tool is for retrieving a single handle rather than listing or creating contacts, but it does not explicitly state when to use this tool versus alternatives such as contact_list or contact_create.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SilentFuture/inwx-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server