Skip to main content
Glama
Green-pep

meta-ads-mcp-patched

by Green-pep

update_budget_schedule

Modify an existing budget schedule in Meta Ads. Update start/end times or budget amount by providing the schedule ID and changed fields.

Instructions

Update an existing budget schedule. Only provided fields will be modified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_endNoNew schedule end time
time_startNoNew schedule start time
schedule_idYesBudget schedule ID to update
budget_valueNoNew budget amount in account currency cents
Behavior4/5

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

The description discloses a key behavioral trait: 'Only provided fields will be modified', indicating partial-update semantics. Since no annotations are provided, this is essential context. However, it does not mention validation, authorization, or what happens if the schedule_id is invalid.

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 two short sentences, front-loaded with the primary purpose, and contains no filler. Every word contributes to understanding the tool's function and behavior.

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?

For a relatively simple update operation, the description covers the essential purpose and partial-update behavior. No output schema exists, but that is not a major gap for an update tool. It could mention the response format or error conditions, but the current description is adequate for selecting and invoking the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so each parameter is already described. The description adds value by clarifying the update behavior for optional fields ('Only provided fields will be modified'), which is not explicitly stated in the schema. This helps the agent understand that omitting fields is intentional.

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 action ('Update an existing budget schedule') with a specific verb and resource. It distinguishes from sibling tools like create_budget_schedule and delete_budget_schedule by implying modification of an existing entity.

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

Usage Guidelines4/5

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

The phrase 'existing' implies this is for modifying schedules that already exist, not for creating new ones. The sibling tool names (create_budget_schedule, delete_budget_schedule) provide context, but the description does not explicitly name alternatives or state when not to use it.

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/Green-pep/meta-ads-mcp-patched'

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