Skip to main content
Glama

Waroom MCP

by topotal

waroom_get_incidents

Retrieve incident lists from Waroom MCP by specifying page and per-page parameters to manage and analyze incident data efficiently.

Instructions

インシデントの一覧を取得します。

Input Schema

NameRequiredDescriptionDefault
pageNo取得するページ番号。デフォルト: 1
per_pageNo1ページあたりの取得数。デフォルト: 50

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "取得するページ番号。デフォルト: 1", "minimum": 1, "type": "number" }, "per_page": { "description": "1ページあたりの取得数。デフォルト: 50", "maximum": 100, "minimum": 1, "type": "number" } }, "type": "object" }
Install Server

Other Tools from Waroom MCP

Related Tools

    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/topotal/waroom-mcp'

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