Skip to main content
Glama

Update automation settings

set_automation
Idempotent

Tenant automation settings: daily-email recipient, timezone, the daily loop on/off switch, default publish time (HH:mm), WhatsApp approval pings, and (Pro only) hiding the '✨ pith.day' caption tag. Only fields you pass are changed; pass null to clear a nullable field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleNoInstagram handle (with or without @). Omit for your default account.
contextYesExplain why you are calling this tool and how it fits into the business owner's goal for their Instagram presence. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include personal data, credentials, or the text of a draft. Example (20 words): "Reviewing the pending drafts before approving today's story, checking the caption matches the photo the owner expects."
timezoneNo
whatsapp_to_e164No+9725... or null to clear.
automation_enabledNo
caption_tag_hiddenNoPro only when true.
notification_emailNo
default_publish_timeNo'HH:mm' or null.
whatsapp_notify_enabledNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already establish readOnly=false, destructiveHint=false, idempotentHint=true, so the description does not need to repeat safety traits. It adds meaningful behavioral detail beyond annotations: partial updates, null-clearing semantics, and a Pro-only gating caveat for caption_tag_hidden. No contradiction with annotations is present.

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 dense but efficient: one front-loaded list of the settings and one concise sentence on update/null semantics. Every phrase carries information, and there is no filler. The long enumeration is a bit listy, but it remains readable and useful.

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 description covers most operationally important information: scope, fields, partial updates, null clearing, and Pro gating. However, it omits the timezone value format, leaves the two WhatsApp-related parameters somewhat ambiguous under the single phrase 'WhatsApp approval pings', and does not indicate what the tool returns. These are not fatal because the schema fills some gaps, but they are noticeable for a 9-parameter tool with no output schema.

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?

With 56% schema description coverage, the description helpfully maps parameter meanings in prose: 'daily-email recipient' to notification_email, 'daily loop on/off switch' to automation_enabled, and 'default publish time (HH:mm)' to default_publish_time. It also clarifies the behavior of null for nullable fields, which adds value beyond the schema's anyOf declarations. The main gap is that it does not explicitly tie each prose item to its exact schema property name.

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 identifies the resource as tenant automation settings and enumerates the specific fields it can change, which distinguishes it from sibling tools like edit_schedule and set_flow. However, the opening is a sentence fragment and relies on the title 'Update automation settings' to supply the verb, and it does not explicitly contrast with nearby tools.

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 gives useful invocation semantics—'Only fields you pass are changed; pass null to clear a nullable field'—but it does not state when to prefer this tool over alternatives such as edit_schedule or set_flow, nor does it mention any exclusions or prerequisites. The usage context is only implied by the word 'automation settings'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources