Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

delete_event_log_upload_config

Delete an event log upload configuration using its ID to stop scheduled uploads and clean up associated settings.

Instructions

Delete an event log upload configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUpload configuration ID
Behavior2/5

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

With no annotations, the description is responsible for disclosing behavioral traits, but it only states 'Delete.' It does not clarify whether deletion is permanent, whether there are cascading effects, what happens if the configuration is in use, or what the response looks like. This is insufficient for a destructive mutation tool with no annotation support.

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, focused sentence that immediately states the action and target. There is no filler or redundant information, which is appropriately concise for a simple delete operation.

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

Completeness3/5

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

The tool is simple with one fully documented parameter and no output schema, so the description does not need to explain return values. However, it lacks behavioral context such as permanence, side effects, or when deletion is appropriate, leaving it minimally complete but not fully contextual.

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 fully documents the single 'id' parameter as 'Upload configuration ID,' giving 100% schema description coverage. The description adds no extra parameter-level meaning beyond the schema, so the baseline score of 3 is appropriate.

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 ('Delete') and a specific resource ('event log upload configuration'), making the operation unambiguous. It also distinguishes from sibling CRUD tools like get_event_log_upload_config, create_event_log_upload_config, and update_event_log_upload_config through the explicit delete verb.

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?

The description provides no guidance on when to use this tool versus the related get/create/update/list tools, and it mentions no prerequisites or exclusions. The intended usage is only implicit from the delete verb and the tool name, with no contextual or alternative guidance.

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