Skip to main content
Glama
paarthureddy

Protocol-0

by paarthureddy

getPagerDutyIncidents

Fetch active PagerDuty incidents and alerts across all engineering escalation policies to view on-call issues.

Instructions

Fetches the active on-call PagerDuty incidents and alerts across all engineering escalation policies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It indicates a read-only operation ('fetches') and adds context about the scope (active on-call, across escalation policies). Though it could explicitly state side-effect-freeness or permissions, the verb 'fetches' strongly implies safe read behavior.

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 sentence with no wasted words. It front-loads the primary action and resource, making it easy to parse.

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?

Given the tool has no parameters and no output schema, the description covers the essential purpose and scope. It is complete for a simple fetch operation, though it does not describe the return format (e.g., list of objects).

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?

There are zero parameters, so the baseline is 4. The description adds no parameter details because none exist. Schema coverage is 100% vacuously, and no additional meaning is needed.

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 uses a specific verb ('fetches') and resource ('active on-call PagerDuty incidents and alerts') with clear scoping ('across all engineering escalation policies'). It distinguishes from siblings like 'list_incidents' and 'get_incident' which likely cover non-on-call incidents.

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 usage for active on-call incidents but does not explicitly state when to use this tool over alternatives like 'list_incidents' or 'get_incident'. No exclusions or prerequisites are mentioned.

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/paarthureddy/TheBlacklisted-NitroStack'

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