Skip to main content
Glama
rollecode

seerr-mcp

by rollecode

list_settings_notifications_webhook

Read-onlyIdempotent

Retrieve current webhook notification settings to review the configured endpoint, events, and delivery options.

Instructions

Get webhook notification settings.

GET /api/v1/settings/notifications/webhook

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

The annotations already cover the important safety profile with readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds the exact GET endpoint but little additional behavioral context such as auth requirements or configuration scope. There is no contradiction with 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 extremely concise and front-loaded, with a clear human-readable purpose followed by the exact API endpoint. There is no filler or redundant elaboration.

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?

For a parameterless, read-only GET tool with a meaningful output schema and safety annotations, this description provides the essential information needed to select and invoke it. It is slightly thin on distinguishing among the many notification-setting siblings, but nothing critical for invocation is missing.

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?

The tool has zero parameters and the input schema is empty with 100% coverage, so there are no parameter semantics for the description to clarify. The baseline of 4 for parameterless tools applies.

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 verb ('Get') and the specific resource ('webhook notification settings'), which distinguishes it from the many sibling notification-setting tools and from the create_settings_notifications_webhook mutation. The resource scope is unambiguous.

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 usage context is only implied: call this tool when you need the current webhook notification settings. It does not explicitly name alternatives or state when-not-to-use, and it could have pointed to create_settings_notifications_webhook for modifications. The verb 'Get' gives a basic selection signal, but no explicit routing guidance is provided.

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

Deploy Server

Other Tools