Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

bulk_upload_add_data_list

Bulk add entries to an AdButler data list by supplying the list ID and CSV data. Perform multiple additions in a single operation.

Instructions

Bulk add entries to a data list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesData list ID
dataNoCSV data to add
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only states the intent to 'bulk add entries' but does not disclose whether entries are appended to existing data, what happens if duplicates exist, or any rate limits or error behavior. The description is essentially tautological with the tool name.

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 redundant words. It is structurally concise and easy to parse, though the extreme brevity leaves out important details. Still, it earns its place as a minimal statement of the tool's basic function.

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?

This is a bulk mutation tool with no annotations and no output schema, so the description is the only source of context. It fails to mention the CSV format, whether the operation is additive, or that sibling upload tools (remove/replace) exist. The tool is incomplete for an agent to safely invoke it without additional information.

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 input schema already provides complete descriptions for both parameters: 'id' as 'Data list ID' and 'data' as 'CSV data to add'. The description adds no further meaning to these parameters, but with 100% schema coverage, the baseline of 3 is 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 'Bulk add entries to a data list' uses a specific verb ('add') and resource ('data list'), clearly indicating the action. It distinguishes from sibling tools like bulk_upload_remove_data_list and bulk_upload_replace_data_list via the verb, but the term 'entries' is vague and the description does not explicitly compare with those 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 usage guidance is provided. The description does not say when to use this tool versus bulk_upload_replace_data_list or bulk_upload_remove_data_list, nor does it mention prerequisites, whether the upload is append-only, or how the CSV data should be structured. The agent is left without context to choose this tool over alternatives.

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