Skip to main content
Glama
devhelmhq

DevHelm MCP Server

Official
by devhelmhq

update_status_page

Change a status page's name, slug, branding, visibility, description, or incident mode. Use it to configure public appearance and access without recreating the page.

Instructions

Update a status page's name, slug, branding, visibility, or incident mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
page_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv1.7.0
    • changedInput schema / properties / body / properties / branding / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "borderColor": {
      -        "anyOf": [
      -          {
      -            "maxLength": 30,
      -            "minLength": 0,
      -            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Card border color as hex, e.g. #E4E4E7"
      -      },
      -      "brandColor": {
      -        "anyOf": [
      -          {
      -            "maxLength": 30,
      -            "minLength": 0,
      -            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Primary brand color as hex, e.g. #4F46E5; drives accent/links/buttons"
      -      },
      -      "cardBackground": {
      -        "anyOf": [
      -          {
      -            "maxLength": 30,
      -            "minLength": 0,
      -            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Card/surface background color as hex, e.g. #FFFFFF"
      -      },
      -      "customCss": {
      -        "anyOf": [
      -          {
      -            "maxLength": 50000,
      -            "minLength": 0,
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Custom CSS injected via <style> on the public page — grants full style control"
      -      },
      -      "customHeadHtml": {
      -        "anyOf": [
      -          {
      -            "maxLength": 50000,
      -            "minLength": 0,
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Custom HTML injected into <head> on the public page — grants full script control (analytics, pixels)"
      -      },
      -      "faviconUrl": {
      -        "anyOf": [
      -          {
      -            "maxLength": 2048,
      -            "minLength": 0,
      -            "pattern": "^https?://.*",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "URL for the browser tab favicon"
      -      },
      -      "headerStyle": {
      -        "anyOf": [
      -          {
      -            "maxLength": 50,
      -            "minLength": 0,
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Header layout style (reserved for future use)"
      -      },
      -      "hidePoweredBy": {
      -        "anyOf": [
      -          {
      -            "type": "boolean"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": false,
      -        "description": "Whether to hide the 'Powered by DevHelm' footer badge (default: false)"
      -      },
      -      "logoUrl": {
      -        "anyOf": [
      -          {
      -            "maxLength": 2048,
      -            "minLength": 0,
      -            "pattern": "^https?://.*",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "URL for the logo image displayed in the header"
      -      },
      -      "pageBackground": {
      -        "anyOf": [
      -          {
      -            "maxLength": 30,
      -            "minLength": 0,
      -            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Page body background color as hex, e.g. #FAFAFA"
      -      },
      -      "reportUrl": {
      -        "anyOf": [
      -          {
      -            "maxLength": 2048,
      -            "minLength": 0,
      -            "pattern": "^https?://.*",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "URL where visitors can report a problem"
      -      },
      -      "showSubscribeButton": {
      -        "anyOf": [
      -          {
      -            "type": "boolean"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": true,
      -        "description": "Whether to show the 'Subscribe' button in the header (default: true)"
      -      },
      -      "textColor": {
      -        "anyOf": [
      -          {
      -            "maxLength": 30,
      -            "minLength": 0,
      -            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Primary text color as hex, e.g. #09090B"
      -      },
      -      "theme": {
      -        "anyOf": [
      -          {
      -            "maxLength": 50,
      -            "minLength": 0,
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Color theme: light or dark (default: light)"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "borderColor": {
      +        "anyOf": [
      +          {
      +            "maxLength": 30,
      +            "minLength": 0,
      +            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Card border color as hex, e.g. #E4E4E7"
      +      },
      +      "brandColor": {
      +        "anyOf": [
      +          {
      +            "maxLength": 30,
      +            "minLength": 0,
      +            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Primary brand color as hex, e.g. #4F46E5; drives accent/links/buttons"
      +      },
      +      "cardBackground": {
      +        "anyOf": [
      +          {
      +            "maxLength": 30,
      +            "minLength": 0,
      +            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Card/surface background color as hex, e.g. #FFFFFF"
      +      },
      +      "customCss": {
      +        "anyOf": [
      +          {
      +            "maxLength": 50000,
      +            "minLength": 0,
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Custom CSS injected via <style> on the public page — grants full style control"
      +      },
      +      "customHeadHtml": {
      +        "anyOf": [
      +          {
      +            "maxLength": 50000,
      +            "minLength": 0,
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Custom HTML injected into <head> on the public page — grants full script control (analytics, pixels)"
      +      },
      +      "faviconUrl": {
      +        "anyOf": [
      +          {
      +            "maxLength": 2048,
      +            "minLength": 0,
      +            "pattern": "^https?://.*",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "URL for the browser tab favicon"
      +      },
      +      "headerStyle": {
      +        "anyOf": [
      +          {
      +            "maxLength": 50,
      +            "minLength": 0,
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Header layout style (reserved for future use)"
      +      },
      +      "hidePoweredBy": {
      +        "anyOf": [
      +          {
      +            "type": "boolean"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": false,
      +        "description": "Whether to hide the 'Powered by DevHelm' footer badge (default: false)"
      +      },
      +      "logoUrl": {
      +        "anyOf": [
      +          {
      +            "maxLength": 2048,
      +            "minLength": 0,
      +            "pattern": "^https?://.*",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "URL for the logo image displayed in the header"
      +      },
      +      "pageBackground": {
      +        "anyOf": [
      +          {
      +            "maxLength": 30,
      +            "minLength": 0,
      +            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Page body background color as hex, e.g. #FAFAFA"
      +      },
      +      "reportUrl": {
      +        "anyOf": [
      +          {
      +            "maxLength": 2048,
      +            "minLength": 0,
      +            "pattern": "^https?://.*",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "URL where visitors can report a problem"
      +      },
      +      "showSubscribeButton": {
      +        "anyOf": [
      +          {
      +            "type": "boolean"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": true,
      +        "description": "Whether to show the 'Subscribe' button in the header (default: true)"
      +      },
      +      "textColor": {
      +        "anyOf": [
      +          {
      +            "maxLength": 30,
      +            "minLength": 0,
      +            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Primary text color as hex, e.g. #09090B"
      +      },
      +      "theme": {
      +        "anyOf": [
      +          {
      +            "maxLength": 50,
      +            "minLength": 0,
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Color theme: light or dark (default: light)"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  2. Changed1 schema field changedv1.4.0
    • changedInput schema / properties / body / properties / branding / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "borderColor": {
      -        "anyOf": [
      -          {
      -            "maxLength": 30,
      -            "minLength": 0,
      -            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Card border color as hex, e.g. #E4E4E7"
      -      },
      -      "brandColor": {
      -        "anyOf": [
      -          {
      -            "maxLength": 30,
      -            "minLength": 0,
      -            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Primary brand color as hex, e.g. #4F46E5; drives accent/links/buttons"
      -      },
      -      "cardBackground": {
      -        "anyOf": [
      -          {
      -            "maxLength": 30,
      -            "minLength": 0,
      -            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Card/surface background color as hex, e.g. #FFFFFF"
      -      },
      -      "customCss": {
      -        "anyOf": [
      -          {
      -            "maxLength": 50000,
      -            "minLength": 0,
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Custom CSS injected via <style> on the public page — grants full style control"
      -      },
      -      "customHeadHtml": {
      -        "anyOf": [
      -          {
      -            "maxLength": 50000,
      -            "minLength": 0,
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Custom HTML injected into <head> on the public page — grants full script control (analytics, pixels)"
      -      },
      -      "faviconUrl": {
      -        "anyOf": [
      -          {
      -            "maxLength": 2048,
      -            "minLength": 0,
      -            "pattern": "^https?://.*",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "URL for the browser tab favicon"
      -      },
      -      "headerStyle": {
      -        "anyOf": [
      -          {
      -            "maxLength": 50,
      -            "minLength": 0,
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Header layout style (reserved for future use)"
      -      },
      -      "hidePoweredBy": {
      -        "anyOf": [
      -          {
      -            "type": "boolean"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": false,
      -        "description": "Whether to hide the 'Powered by DevHelm' footer badge (default: false)"
      -      },
      -      "logoUrl": {
      -        "anyOf": [
      -          {
      -            "maxLength": 2048,
      -            "minLength": 0,
      -            "pattern": "^https?://.*",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "URL for the logo image displayed in the header"
      -      },
      -      "pageBackground": {
      -        "anyOf": [
      -          {
      -            "maxLength": 30,
      -            "minLength": 0,
      -            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Page body background color as hex, e.g. #FAFAFA"
      -      },
      -      "reportUrl": {
      -        "anyOf": [
      -          {
      -            "maxLength": 2048,
      -            "minLength": 0,
      -            "pattern": "^https?://.*",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "URL where visitors can report a problem"
      -      },
      -      "textColor": {
      -        "anyOf": [
      -          {
      -            "maxLength": 30,
      -            "minLength": 0,
      -            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Primary text color as hex, e.g. #09090B"
      -      },
      -      "theme": {
      -        "anyOf": [
      -          {
      -            "maxLength": 50,
      -            "minLength": 0,
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Color theme: light or dark (default: light)"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": false,
      +    "properties": {
      +      "borderColor": {
      +        "anyOf": [
      +          {
      +            "maxLength": 30,
      +            "minLength": 0,
      +            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Card border color as hex, e.g. #E4E4E7"
      +      },
      +      "brandColor": {
      +        "anyOf": [
      +          {
      +            "maxLength": 30,
      +            "minLength": 0,
      +            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Primary brand color as hex, e.g. #4F46E5; drives accent/links/buttons"
      +      },
      +      "cardBackground": {
      +        "anyOf": [
      +          {
      +            "maxLength": 30,
      +            "minLength": 0,
      +            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Card/surface background color as hex, e.g. #FFFFFF"
      +      },
      +      "customCss": {
      +        "anyOf": [
      +          {
      +            "maxLength": 50000,
      +            "minLength": 0,
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Custom CSS injected via <style> on the public page — grants full style control"
      +      },
      +      "customHeadHtml": {
      +        "anyOf": [
      +          {
      +            "maxLength": 50000,
      +            "minLength": 0,
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Custom HTML injected into <head> on the public page — grants full script control (analytics, pixels)"
      +      },
      +      "faviconUrl": {
      +        "anyOf": [
      +          {
      +            "maxLength": 2048,
      +            "minLength": 0,
      +            "pattern": "^https?://.*",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "URL for the browser tab favicon"
      +      },
      +      "headerStyle": {
      +        "anyOf": [
      +          {
      +            "maxLength": 50,
      +            "minLength": 0,
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Header layout style (reserved for future use)"
      +      },
      +      "hidePoweredBy": {
      +        "anyOf": [
      +          {
      +            "type": "boolean"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": false,
      +        "description": "Whether to hide the 'Powered by DevHelm' footer badge (default: false)"
      +      },
      +      "logoUrl": {
      +        "anyOf": [
      +          {
      +            "maxLength": 2048,
      +            "minLength": 0,
      +            "pattern": "^https?://.*",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "URL for the logo image displayed in the header"
      +      },
      +      "pageBackground": {
      +        "anyOf": [
      +          {
      +            "maxLength": 30,
      +            "minLength": 0,
      +            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Page body background color as hex, e.g. #FAFAFA"
      +      },
      +      "reportUrl": {
      +        "anyOf": [
      +          {
      +            "maxLength": 2048,
      +            "minLength": 0,
      +            "pattern": "^https?://.*",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "URL where visitors can report a problem"
      +      },
      +      "showSubscribeButton": {
      +        "anyOf": [
      +          {
      +            "type": "boolean"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": true,
      +        "description": "Whether to show the 'Subscribe' button in the header (default: true)"
      +      },
      +      "textColor": {
      +        "anyOf": [
      +          {
      +            "maxLength": 30,
      +            "minLength": 0,
      +            "pattern": "^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Primary text color as hex, e.g. #09090B"
      +      },
      +      "theme": {
      +        "anyOf": [
      +          {
      +            "maxLength": 50,
      +            "minLength": 0,
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "description": "Color theme: light or dark (default: light)"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  3. First observedv1.0.2

TDQS

C2.9/5.0
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, but it only names mutable fields. It does not disclose that the body acts as a partial update with null-preserves-current semantics, nor any other behavioral consequences. The unsupported 'slug' mention also adds misleading behavioral information.

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?

The description is a single compact, front-loaded sentence with no filler, which is appropriate for the tool. The main structural flaw is the inaccurate inclusion of 'slug,' which could mislead an agent despite the concise phrasing.

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

Completeness2/5

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

Given the nested body schema, two required parameters, no annotations, and many closely related sibling tools, the description is too sparse. It does not explain that body is a partial-update object, that null preserves current values, or the full set of updatable fields, and its slug reference is inconsistent with the schema.

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 schema itself already documents each body field, including enums, defaults, and null-preserving behavior, so the description's high-level field list adds little meaning beyond the schema. It also omits fields like enabled, managedBy, and description while listing slug, which is not present in the schema at all.

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 a specific verb and resource: 'Update a status page' with a list of attributes, which distinguishes it from sibling tools like update_status_page_component and delete_status_page. It loses a point because it mentions 'slug' as updatable even though the input schema exposes no slug property.

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?

There is no guidance about when to use this tool versus alternatives, no prerequisites, and no exclusions. An agent can infer the basic purpose but receives no help choosing among the large set of status-page sibling tools.

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/devhelmhq/mcp-server'

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