Skip to main content
Glama
TwitterAPIs

twitterapis

twitter_monitor_update

Update an existing Twitter monitor: pause or resume it, change its webhook delivery targets, or set or clear its domain filter in one atomic call.

Instructions

Partially update an existing monitor: pause or resume it via status, change which webhooks receive its events via webhook_ids, change or clear its domain_filter, or any combination in the same call (applied atomically). Resuming a paused monitor re-runs the same capacity and per-account cap checks as creating a new one, since it adds load back to the shared pool. Free per call. All three fields are optional; omit any of them to leave that part unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe monitor's id, from twitter_monitor_create or twitter_monitor_list.
statusNo'paused' to pause the monitor, 'active' to resume it. Omit to leave status unchanged.
webhook_idsNoOptional. Comma-separated webhook id(s) to restrict delivery to. Pass an empty string to clear the restriction back to 'deliver to every active webhook'. Omit entirely to leave it unchanged.
domain_filterNoOptional. A bare hostname or full URL to restrict delivery to, same shape and normalization as twitter_monitor_create's domain_filter. Pass an empty string (or null) to clear an existing filter back to 'deliver every new post'. Omit entirely to leave the current filter unchanged. Rejected with a 400 if a non-empty value does not normalize to a valid hostname.
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, destructiveHint=false), the description discloses important behaviors: atomic application of changes, re-run of capacity and per-account cap checks on resume (adding load to shared pool), and that it's free per call. This adds valuable context not available in the annotations.

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?

Despite being information-dense, the description is compact and well-structured. It front-loads the core purpose, then adds critical behavioral notes (atomicity, resume checks, free) and finally clarifies optionality. No wasted words.

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

Completeness5/5

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

With four parameters (one required) and no output schema, the description covers all necessary aspects: what, how, when, and side effects. It explains the update semantics, the optional fields, and the resume behavior. It's complete for an agent to correctly invoke the tool.

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

Parameters5/5

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

The description enhances parameter understanding beyond the schema. It explains that all three optional fields can be omitted to leave unchanged, clarifies how to clear restrictions (empty string for webhook_ids, empty string/null for domain_filter), and notes the domain_filter validation (400 if non-empty doesn't normalize). This goes well beyond the schema descriptions.

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 tool's action: 'Partially update an existing monitor' with specific fields (status, webhook_ids, domain_filter) and the ability to combine changes atomically. This distinguishes it from siblings like twitter_monitor_create and twitter_monitor_delete, which are for creation and deletion respectively.

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 description implies when to use it: for updating an existing monitor, as opposed to creating or deleting. It also provides context about resuming a paused monitor triggering capacity checks. However, it doesn't explicitly mention alternatives or when not to use it, so it falls slightly short of a 5.

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/TwitterAPIs/twitterapis-mcp'

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