Skip to main content
Glama

update_suprsend_object_channel_preference

DestructiveIdempotent

Block or allow specific delivery channels for one object, applied across all categories.

Instructions

Block or allow specific delivery channels for ONE object, applied across ALL categories.

is_restricted semantics: true blocks delivery on that channel; false re-enables it. Each entry in channel_preferences is a {channel, is_restricted} pair.

When NOT to use:

  • For per-category control — use update_suprsend_category_preference_object.

  • For users — use update_suprsend_user_channel_preference.

Side effects: takes effect on the next workflow run; in-flight notifications may still send.

Returns: updated channel-preference state on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_idYesThe object_id of the object to update the channel preference for.
workspaceNoSuprSend workspace to update the channel preference for.
object_typeYesThe object_type of the object to update the channel preference for.
channel_preferencesYesThe channel preferences to update for the users.
Behavior5/5

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

Annotations indicate mutability (readOnlyHint=false, destructiveHint=true) and idempotency (idempotentHint=true). The description adds value by explaining side effects ('takes effect on the next workflow run; in-flight notifications may still send') and return value ('Returns: updated channel-preference state on success'). No contradiction with 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?

The description is concise and well-structured: a single sentence for the main purpose, a clear breakdown of is_restricted semantics, a separate 'When NOT to use' section, and side effects/returns. Every sentence serves a purpose with no redundancy.

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?

Given the tool's complexity (4 parameters, no output schema, no nested objects), the description covers all necessary aspects: purpose, parameter semantics, usage guidelines, side effects, and return value. It is self-contained and sufficient for an agent to use the tool correctly.

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 coverage is 100% (all 4 parameters described). The description adds meaning beyond the schema by explaining the is_restricted semantics and the format of channel_preferences entries. However, the schema itself already provides basic descriptions, so the added value is moderate.

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 states the exact action: 'Block or allow specific delivery channels for ONE object, applied across ALL categories.' It clearly identifies the resource (object), the scope (across all categories), and distinguishes from sibling tools by naming alternatives.

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

Usage Guidelines5/5

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

The description explicitly lists when NOT to use the tool and provides specific sibling tool names: 'For per-category control — use update_suprsend_category_preference_object. For users — use update_suprsend_user_channel_preference.' This gives clear decision 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/suprsend/cli'

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