Skip to main content
Glama

get_suprsend_object_preferences

Read-onlyDestructiveIdempotent

Read an object's category-level notification preferences, optionally including per-channel overrides, to check delivery permissions before sending.

Instructions

Read an object's category-level notification preferences and (optionally) per-channel overrides.

When to use:

  • Before update_suprsend_category_preference_object, to read current state.

  • Before sending to an object, to check delivery permission.

When NOT to use:

  • For the object's identity or channels — use get_suprsend_object.

  • For users — use get_suprsend_user_preferences.

Returns: the object's preference tree. Pass category to scope to one preference; omit for the full tree. Set channel_preferences=true to include per-channel overrides.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoThe category_slug of the object to get preferences from, if not provided, it will get all the preferences for the object.
object_idYesThe object_id of the object to get preferences from.
workspaceNoSuprSend workspace to get the user from.
object_typeYesThe object_type of the object to get preferences from.
channel_preferencesNoset this to true to get all the channel preferences for the object.
Behavior1/5

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

The description says 'Read', indicating a read-only operation, but the annotations include destructiveHint: true, contradicting the description. Per the rubric, a contradiction between description and annotations results in a score of 1. The description itself is transparent about reading preferences, but the mismatch with annotations undermines trust.

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 at about 6 sentences, organized into a clear statement of purpose, when to use/not use, and return behavior. Every sentence adds meaningful information without redundancy.

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?

Given the presence of readOnlyHint and idempotentHint annotations, and the description covering purpose, usage, and parameter semantics, it is largely complete. The only minor gap is the conflicting destructiveHint, but that is an annotation issue, not a description completeness issue. It could mention that no changes are made, but the readOnlyHint already covers that.

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%, so baseline is 3. The description adds value by explaining how to use optional parameters: 'Pass category to scope to one preference; omit for the full tree. Set channel_preferences=true to include per-channel overrides.' This goes beyond the schema's basic 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 reads an object's category-level notification preferences and optionally per-channel overrides. It uses a specific verb ('Read') and resource ('object's category-level notification preferences'), effectively distinguishing it from sibling tools like get_suprsend_object (identity/channels) and get_suprsend_user_preferences (user preferences).

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?

Explicit when-to-use scenarios are provided: before update_suprsend_category_preference_object and before sending to an object to check delivery permission. When-not-to-use is also clearly stated, naming alternative tools for other cases (get_suprsend_object for identity/channels, get_suprsend_user_preferences for users).

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