Skip to main content
Glama
awesomemotive

pushengage-mcp

Update site details

pushengage_update_site_details
Idempotent

Modify your PushEngage site settings: update site name, URL, timezone, enable geolocation, or remove branding. Provide at least one field to receive the updated site details.

Instructions

Updates the current site's details. Pass only the fields you want to change: site_name (Site Name), site_url (Site URL), timezone (Website Time Zone, an IANA name), enable_geolocation (Enable Geolocation), and/or remove_powered_by_pushengage (Remove "Powered By PushEngage", which needs a paid plan). Provide at least one field. Returns the updated site details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idNoOverride the currently selected site.
site_urlNoSite URL. A full http(s) URL, e.g. https://example.com.
timezoneNoWebsite Time Zone as an IANA name, e.g. "America/New_York" or "Asia/Kolkata".
site_nameNoSite Name. 3-150 characters.
enable_geolocationNoEnable Geolocation. Personalizes notifications based on the subscriber's location and timezone.
remove_powered_by_pushengageNoRemove "Powered By PushEngage" branding from notifications. Requires a paid (white-label) plan; the API rejects it otherwise.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idNo
site_urlNo
timezoneNo
site_nameNo
site_imageNo
enable_geolocationNo
remove_powered_by_pushengageNo
Behavior4/5

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

Annotations already indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds valuable behavioral context: partial update semantics, the paid-plan requirement for remove_powered_by_pushengage, and the return of updated site details. It does not contradict annotations and goes beyond the structured metadata.

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 three concise sentences with no filler. It front-loads the main action, then lists the mutable fields and key constraints. Every sentence adds useful information, making it highly efficient and well-structured.

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?

The description covers the essential aspects: what it does, which fields are affected, partial update behavior, and return value. The site_id override parameter is only in the schema, but the schema's description covers it. Given the simple tool and rich schema/output schema, the description is nearly complete, with only minor omissions like explicit mention of site_id behavior.

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 extra semantic value by clarifying that at least one field must be provided and by highlighting the paid-plan requirement for remove_powered_by_pushengage, which is not in the schema. It does not restate all parameter descriptions, but effectively supplements them.

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 updates the current site's details and enumerates the specific fields (site_name, site_url, timezone, enable_geolocation, remove_powered_by_pushengage). This distinguishes it from sibling tools like get_site_details (read-only) and update_campaign_defaults/update_service_worker_settings (different resources).

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 provides clear usage context: it updates the current site's details, supports partial updates ('Pass only the fields you want to change'), and requires at least one field. It does not explicitly mention alternatives or when not to use it, but the scope is unambiguous given the tool name and listed fields.

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/awesomemotive/pushengage-mcp'

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