Skip to main content
Glama

create_contact

Create a new contact record for domain registrations by supplying name, email, phone, address, city, state, zip, and country.

Instructions

Create a new contact record for use with domain registrations. Required fields: name, email, phone_num, address1, city, state, zip_code, country.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesContact full name
emailYesContact email address
phone_numYesPhone number with country code (e.g., '+1.5551234567')
address1YesStreet address line 1
address2NoStreet address line 2
cityYesCity
stateYesState or province
zip_codeYesPostal/ZIP code
countryYesCountry code (e.g., 'US', 'KR')
organizationNoOrganization name
fax_numNoFax number
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions creation but does not disclose behavioral details such as duplicate handling, success response, rate limits, or permissions. The minimal statement adds little beyond the obvious mutation.

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 a single sentence that efficiently conveys the core action and required fields. It is front-loaded and contains no extraneous words, though it could be slightly more structured with bullet points.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and 11 parameters (8 required), the description lacks information on return values, validation rules, or side effects. Sibling tools exist for editing and deleting, but no comparison is made. The description is insufficient for a mutation tool with no annotations.

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 100%, so baseline is 3. The description lists required fields but does not add meaning beyond the schema; it merely repeats field names. No extra semantic value is provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Create a new contact record for use with domain registrations', specifying the verb and resource. It distinguishes creation from editing (sibling edit_contact) by the word 'new', though it could be more explicit.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like edit_contact or delete_contact. The description implies usage for domain registrations but does not exclude other contexts or provide when-not-to-use advice.

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/mikusnuz/dynadot-mcp'

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