You're viewing a demo portfolio

Join the waitlist
PRSM

list_open_issues

Active

Tool of Relin

declared in 1.0.0

Authenticated tool for listing open anomaly and delivery issues. Use q for smart lookup by anom_, dst_, evt_, or src_ IDs, or plain text like a status code or error message.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "q": {
      "type": "string",
      "description": "Smart query. Recognizes anom_, dst_, evt_, and src_ IDs as exact filters; otherwise matches issue text, kind, status, destination name, IDs, and response status."
    },
    "limit": {
      "type": "integer",
      "maximum": 100,
      "minimum": 1,
      "description": "Maximum number of issues to return."
    },
    "sourceId": {
      "type": "string",
      "description": "Only include issues for this source ID."
    },
    "destinationId": {
      "type": "string",
      "description": "Only include failed delivery issues for this destination ID."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Relin

https://github.com/earonesty/relin

1/7 registries
View full server →
list_open_issues — Relin — PRSM MCP