Skip to main content
Glama

Notify a Discord role

notify_team

Send a direct message to every member of a Discord role in a Roblox game, with optional images and answer buttons. Turn it into a paid invoice to request commission payments and record every response.

Instructions

DM everyone holding a Discord role about a game. Can attach images and can ask for an answer with two buttons whose labels you choose (for example Approve/Disapprove, or Paid/Cancel). When buttons are used, whoever answers has their decision sent to the whole role. Pass paymentAmount to make it an invoice for commissioned work: the DM shows the amount and a pay button, the buttons default to Paid/Cancel, and clicking Paid marks the ticket paid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameYesGame name or universe id.
roleYesDiscord role name or id to notify.
ticketNoRelay a copy into this ticket, by number (0007, or just 7) or by id. The DMs still go out exactly the same; the ticket additionally gets the note and every answer to it, so it reads as the whole story.
messageYesWhat to tell them. Links are fine and will unfurl.
imageUrlsNoAlready-public image URLs to attach. Up to 4 in total with imagePaths.
imagePathsNoLocal image files to attach. Uploaded automatically. Up to 4.
paypalLinkNoWhere to send the money, e.g. paypal.me/name. Shown as a pay button.
approveLabelNoLabel for the positive button. Defaults to "Approve".
askForAnswerNoAdd two answer buttons. Defaults to false.
declineLabelNoLabel for the negative button. Defaults to "No".
paymentAmountNoWhat this commission costs, in dollars. Makes it a payment ticket.
Behavior4/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses that DMs are sent to everyone in the role, that answers are broadcast to the whole role, that image uploads are automatic, and that paymentAmount converts the message into an invoice and marks tickets paid. This is substantial behavioral detail, though it does not mention rate limits, irreversibility, or permissions.

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 a single, dense paragraph that front-loads the core action before explaining options. It could be slightly better structured with bullets or separate sentences for the payment mode, but every sentence contributes useful information and no words are wasted.

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 an 11-parameter tool with no output schema, the description explains the key behavioral contexts: role-wide DMs, button labels, payment flow, and ticket relay behavior. It leaves a few edge cases undocumented (e.g., what happens if no images are provided, whether DMs are batched), but it covers the main decision points an agent needs.

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?

The input schema already has 100% parameter descriptions, so the baseline is 3. The description adds meaningful semantics by explaining how paymentAmount changes the buttons to Paid/Cancel and marks the ticket paid, and how ticket relays the note and answers. This goes beyond the schema's literal property 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 uses a specific verb ('DM everyone holding a Discord role') and specifies the resource ('about a game'), clearly distinguishing it from sibling tools like get_notification_history or send_channel_message. It also states additional capabilities (attachments, answer buttons, payment invoices), making the tool's purpose unmistakable.

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 gives strong context on when to use the tool (notifying a role about a game) and even explains the payment-mode behavior for commissioned work. It lacks explicit exclusions or comparison to alternatives such as send_channel_message, but the context is clear enough that an agent can decide appropriately.

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/Haydebug/whitehat-thumbnails-mcp'

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