Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Изменение PTR-записи IP-адреса

update_server_ip

Update the PTR record (reverse DNS) for a server's IP address. Specify server ID, IP, and new PTR value to change the reverse DNS mapping.

Instructions

Меняет PTR-запись (обратное DNS) для конкретного IP-адреса сервера.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - IP-адрес, у которого меняется PTR
ptrYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - новая PTR-запись
server_idYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID сервера
Behavior3/5

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

Annotations already indicate readOnlyHint=false, so 'changes' is consistent. The description adds specificity that it targets a server IP's PTR, but does not disclose side effects such as overwriting existing records, DNS propagation delays, or permission requirements.

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 a single, well-structured sentence that immediately states the action and target, with no redundant or extraneous information.

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?

The tool is a simple, single-purpose mutator with full schema coverage and no output schema. The description adequately covers its purpose and context, though it could briefly mention expected effects or response, but this is not critical given the low 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?

All three parameters have full descriptions in the schema (100% coverage), so the description does not need to add parameter details. It provides no additional semantics beyond what the schema already documents.

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 uses a specific verb 'Меняет' (changes) with a clear resource 'PTR-запись (обратное DNS)' for a specific server IP, distinguishing it from general DNS record tools and IP add/delete tools. It unambiguously states the tool's function.

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 clearly implies the use case: changing a PTR record for a server IP. It does not explicitly mention when not to use it or alternatives, but the context is clear enough for an agent to select it appropriately.

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/ichinya/timeweb-mcp'

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