Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Создание DNS-записи

create_dns_record

Creates DNS records (A, AAAA, TXT, CNAME, MX, SRV) for domains or subdomains in Timeweb Cloud, supporting TTL, priority, and SRV-specific fields.

Instructions

Создаёт DNS-запись (A, AAAA, TXT, CNAME, MX, SRV) для домена или поддомена. Использует API v2. Для SRV нужны host/port/service/protocol вместо value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNoВремя жизни записи (TTL) в секундах, например 600
fqdnYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - полное имя домена или поддомена, к которому добавить запись
hostNoSRV: каноническое имя хоста, предоставляющего сервис
portNoSRV: порт сервиса
typeYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - тип DNS-записи: A, AAAA, TXT, CNAME, MX, SRV
valueNoЗначение DNS-записи. Для A — IPv4, AAAA — IPv6, TXT/CNAME/MX — строка. Для SRV не используется (см. host/port/service/protocol).
app_idNoID приложения в App Platform (для A-записи с привязкой к app)
serviceNoSRV: имя сервиса, например _sip
priorityNoПриоритет (для MX и SRV записей)
protocolNoSRV: протокол, например _TCP или _UDP
subdomainNoИмя поддомена (только префикс, без основного домена)
Behavior3/5

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

Annotations already convey that this is a write operation (readOnlyHint=false) and non-idempotent, so the description does not need to repeat that. It adds the specific SRV parameter exception and supported record types, but does not disclose other behavioral details like validation or effect on existing records.

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 short sentences, each serving a purpose: one defines the action and scope, the other highlights a critical parameter exception. No filler or 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?

The description covers the essential use case and the SRV special case, while the schema details all 11 parameters. Given the lack of an output schema and the straightforward nature of a create operation, the description is sufficient, though it could mention requirements like domain existence.

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?

The schema has 100% description coverage, so parameter semantics are fully documented. The description adds a concise reminder that SRV uses host/port/service/protocol instead of value, which complements the schema but does not significantly exceed it.

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 creates DNS records, enumerates supported types (A, AAAA, TXT, CNAME, MX, SRV), and scopes it to domains or subdomains. This distinguishes it from sibling tools like update_dns_record or delete_dns_record.

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 description implies usage for creating DNS records but does not explicitly compare with alternatives or state when not to use it. The API v2 note is more implementation detail than usage guidance. No exclusions or prerequisites are mentioned.

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