Skip to main content
Glama
awesomemotive

pushengage-mcp

Get service worker settings

pushengage_get_service_worker_settings
Read-only

Fetch the current Service Worker settings for your site: whether registration is enabled, subfolder support, and the service worker file path.

Instructions

Returns the current site's Service Worker Settings (from the Advanced Settings page), using the dashboard labels: enable_service_worker_registration ("Enable the service worker registration from PushEngage"), enable_service_worker_in_subfolder ("Enable addition of service worker in another sub-folder"), and service_worker_file_path ("Path for service worker file").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idNoOverride the currently selected site.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_worker_file_pathNo
enable_service_worker_in_subfolderNo
enable_service_worker_registrationNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds context about the source page (Advanced Settings) and provides human-readable labels for the returned fields, which clarifies the data semantics beyond the annotations.

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 a single, efficient sentence that front-loads the main action and uses a parenthetical list to explain field name mappings. No words are wasted; every element adds value.

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

Completeness5/5

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

Given the tool's simplicity (one optional param, read-only annotations, and presence of an output schema), the description fully covers what the tool does and what it returns. It doesn't need to explain return structure since the output schema exists.

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?

The single parameter site_id is fully described in the schema ("Override the currently selected site."), and the description doesn't add further parameter-level detail. With 100% schema coverage, the baseline of 3 is appropriate.

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 returns the current site's Service Worker Settings from the Advanced Settings page, with a specific verb "Returns" and precise resource. It also lists the exact fields returned, distinguishing it from the sibling update_service_worker_settings tool.

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 makes the tool's read-only purpose clear ("Returns the current site's...") and implies it should be used to fetch settings, while the update sibling is for modifications. However, it doesn't explicitly name alternatives or state when not to use it, so it falls short of a 5.

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