Skip to main content
Glama
pushpad

Pushpad MCP

Official
by pushpad

senders_update

Update a sender's name or VAPID keys by providing the sender ID and the new values. Sends a PATCH request to modify an existing Pushpad sender.

Instructions

To update a sender, send a PATCH request to /senders/SENDER_ID.

The sender will be updated using the provided information.

The response body will contain a JSON object with the attributes of your sender.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoThe human-readable name set for the sender.
sender_idYesThe ID of a sender.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoA unique identifier for each sender. This is automatically generated upon sender creation.
nameNoThe human-readable name set for the sender.
created_atNoA time value given in ISO 8601 format. It represents when the sender was created.
vapid_public_keyNoThe VAPID public key associated to the subscriptions. This is automatically generated upon sender creation. You can optionally provide it if you want to import your existing key.
vapid_private_keyNoThe VAPID private key used to sign notifications. This is automatically generated upon sender creation. You can optionally provide it if you want to import your existing key.
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It indicates the tool modifies state (update), but does not disclose behaviors like whether the operation is idempotent, what permissions are required, or if partial updates are supported. The description only mentions the HTTP method and a vague update process.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short (3 sentences) but includes unnecessary phrasing like 'The response body will contain a JSON object with the attributes of your sender.' which adds little value for an agent that already has the output schema. It could be more concise by focusing on key usage details.

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 that an output schema exists and there are only 2 parameters (1 required), the description is relatively complete. It explains the HTTP method, endpoint pattern, and response format. However, it lacks detail on potential errors or side effects, but this is acceptable for a simple update operation.

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

Parameters3/5

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

Schema description coverage is 100%, so parameters are fully documented in the schema. The description adds no additional meaning beyond the schema, such as clarifying the sender_id is a required path parameter or that name is optional for updates. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool updates a sender via PATCH request. However, it does not differentiate from sibling tools like senders_create or senders_delete, relying on the tool name for distinction. The purpose is adequate but not distinctive.

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 provides no guidance on when to use this tool vs alternatives (e.g., when to update vs create a sender). It lacks context for prerequisites, such as needing an existing sender ID, and does not mention when not to use it.

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/pushpad/pushpad-mcp'

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