Skip to main content
Glama
pushpad

Pushpad MCP

Official
by pushpad

projects_update

Update an existing Pushpad project by providing a project ID and specifying changes to its name, website, icon, badge, or notification settings.

Instructions

To update a project, send a PATCH request to /projects/PROJECT_ID.

The project will be updated using the provided information.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoThe human-readable name set for the project.
websiteNoThe URL of the project. This is also the default URL for notifications.
icon_urlNoThe default icon for notifications. Suggested size >= 192x192px, squared.
badge_urlNoA small icon displayed in the status bar for notifications. Suggested size >= 96x96px, squared.
project_idYesThe ID of a project.
notifications_ttlNoDrop the notifications that cannot be delivered within this amount of time.
notifications_silentNoTurn on this option to disable the sound and vibration of notifications.
notifications_require_interactionNoTurn on this option to require user interaction and prevent browser from automatically closing the notifications after a few seconds.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoA unique identifier for each project. This is automatically generated upon project creation.
nameNoThe human-readable name set for the project.
websiteNoThe URL of the project. This is also the default URL for notifications.
icon_urlNoThe default icon for notifications. Suggested size >= 192x192px, squared.
badge_urlNoA small icon displayed in the status bar for notifications. Suggested size >= 96x96px, squared.
sender_idNoThe ID of the sender associated to this project.
created_atNoA time value given in ISO 8601 format. It represents when the project was created.
notifications_ttlNoDrop the notifications that cannot be delivered within this amount of time.
notifications_silentNoTurn on this option to disable the sound and vibration of notifications.
notifications_require_interactionNoTurn on this option to require user interaction and prevent browser from automatically closing the notifications after a few seconds.
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions the HTTP method (PATCH) and response structure, but it does not disclose whether the operation is idempotent, what specific fields are updatable, permission requirements, or side effects (e.g., validation errors). For an update tool, this is insufficient.

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 concise (two sentences), but the first sentence is somewhat redundant with the schema's endpoint. It could be more front-loaded by stating the purpose immediately without the curl-like detail. No wasted words, but the structure is average.

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

Completeness3/5

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

Given the output schema is present and schema coverage is full, the description doesn't need to explain return values. However, for a tool with 8 parameters, the description is minimal. It covers the basic update action but lacks behavioral context like partial updates, validation rules, or relationships to senders/notifications. It is minimally adequate.

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%, with each parameter having a meaningful description. The description adds nothing beyond the schema—it merely repeats that the response contains project attributes. Baseline 3 is appropriate as the schema already documents all parameters thoroughly.

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

Purpose4/5

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

The description clearly states the tool is for updating a project by sending a PATCH request to a specific endpoint. It mentions the response body will contain the project attributes, which aligns with the update action. However, it does not differentiate from siblings like `projects_create` or `projects_delete`, but the verb 'update' and the PATCH method provide sufficient clarity.

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 versus alternatives. It does not mention prerequisites (e.g., project must exist), nor does it clarify that updates are partial (PATCH vs PUT). The sibling tools include other project operations, but the description offers no comparative context.

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