Skip to main content
Glama

Add status page components

add_status_page_components
Idempotent

Add monitors to a status page as public components, in one confirmation where the client can show a prompt. Give each a public_name the page's readers will understand, since the monitor's own name is operator-facing, and a public_group to file related components together. Monitors already on the page are reported as such rather than duplicated. detail_link_enabled publishes a per-monitor detail view that shows the monitor's real name and address, not public_name. Not read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe page slug (from `list_status_pages`).
componentsYesThe monitors to add, in the order they should appear.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
addedYes
resultsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already establish readOnly=false and idempotentHint=true, and the description reinforces 'Not read-only' while adding useful nuance: duplicate monitors are reported rather than duplicated. It also discloses the privacy-relevant behavior that detail_link_enabled exposes the monitor's operator-side name and address, which is not apparent from the schema alone. This is strong behavioral disclosure for a mutating tool.

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?

Three sentences deliver the core action, idempotency behavior, and a critical privacy warning without padding. The final 'Not read-only' is slightly redundant with the readOnlyHint=false annotation but costs little. Overall, compact and front-loaded.

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?

For a batch-add mutation with an output schema and safety annotations, the description covers the important operational consequences: batch/prompt behavior, deduplication, and the detail-link privacy caveat. An agent has enough information to select and call the tool correctly. The only minor gap is explicit sibling routing, which is more of a usage-guideline concern.

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 description coverage is 100%, so the description only needs to add rationale. It adds meaningful context for public_name (reader-friendly, not operator-facing), public_group (filing related components), and detail_link_enabled (privacy tradeoff). It does not comment on every parameter like public_description, but the added value over the schema is clear.

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 opens with a concrete verb-object pair ('Add monitors to a status page as public components'), making the operation unambiguous. It clearly differentiates itself from siblings like create_status_page or update_status_page_component by focusing on adding monitors to an existing page. The scope is specific and actionable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it: when adding monitors to a status page in a batch operation, with duplicate handling explained. However, it never explicitly names alternatives such as update_status_page_component, nor states conditions that would make another tool preferable. This is adequate but not explicit routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.