Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

create_contact

Create a contact in AdButler with name, unique email, and optional notes. Use this action to maintain your advertising account's contact list.

Instructions

Create a new contact

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesContact name (full name recommended)
emailYesContact email address (must be unique)
notesNoAdditional notes about the contact
Behavior1/5

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

With no annotations provided, the description carries the full burden. 'Create a new contact' simply restates the tool name and provides no behavioral information such as idempotency, response format, or uniqueness requirements. It adds no transparency beyond the obvious action.

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, front-loaded sentence with no unnecessary words. However, it is so terse that it borders on under-specification, which slightly reduces its effectiveness.

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?

For a create operation with no annotations and no output schema, the description is inadequate. It does not explain when to use the tool, what happens on creation, or any side effects. The schema covers parameters but cannot compensate for missing interaction context.

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 coverage is 100%, with meaningful descriptions for all three parameters. The description itself adds no parameter details, but the schema fully compensates, making the baseline score appropriate.

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 uses the specific verb 'create' and names the resource 'contact', clearly identifying the operation. It does not differentiate itself from other create tools, but the resource name is unique among siblings.

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 is given on when to use this tool versus alternatives. Sibling tools like update_contact, delete_contact, and get_contact suggest related operations, but the description does not mention them or provide any context for selection.

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

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