Skip to main content
Glama
g-digital-by-Garrigues

EAD Factory MCP Server

Official

notification_request_status

Read-onlyIdempotent

Searches notifications, optionally filtered by requestId and/or delivery state — the closest equivalent to "checking a request's status": a request fans out into one notification per receiver, each with its own state history, so this…

Instructions

Searches notifications, optionally filtered by requestId and/or delivery state — the closest equivalent to "checking a request's status": a request fans out into one notification per receiver, each with its own state history, so this returns every notification matching the filter with its current state. Omit requestId to search across every request. Requires: notification_request_create → requestId (if filtering to one request).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsNo
pageNo
sizeNo
sortNo
statesNo
filtersNo
requestIdNoUUID of the notification request. Obtain from notification_request_create.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changedv1.4.0
    • changedInput schema / properties / filters / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "common": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "recipients": {
      -                "anyOf": [
      -                  {
      -                    "items": {
      -                      "type": "string"
      -                    },
      -                    "type": "array"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "email": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "noticeman": {
      -                "anyOf": [
      -                  {
      -                    "properties": {
      -                      "type": {
      -                        "anyOf": [
      -                          {
      -                            "items": {
      -                              "enum": [
      -                                "NO_RESPONSE",
      -                                "ACCEPTED_OR_NOT",
      -                                "RECEIVED_AGREE",
      -                                "LONG_RESPONSE"
      -                              ],
      -                              "type": "string"
      -                            },
      -                            "type": "array"
      -                          },
      -                          {
      -                            "type": "null"
      -                          }
      -                        ]
      -                      }
      -                    },
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "sender": {
      -                "anyOf": [
      -                  {
      -                    "items": {
      -                      "type": "string"
      -                    },
      -                    "type": "array"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "subject": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "common": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "recipients": {
      +                "anyOf": [
      +                  {
      +                    "items": {
      +                      "type": "string"
      +                    },
      +                    "type": "array"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "email": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "noticeman": {
      +                "anyOf": [
      +                  {
      +                    "properties": {
      +                      "type": {
      +                        "anyOf": [
      +                          {
      +                            "items": {
      +                              "enum": [
      +                                "NO_RESPONSE",
      +                                "ACCEPTED_OR_NOT",
      +                                "RECEIVED_AGREE",
      +                                "LONG_RESPONSE"
      +                              ],
      +                              "type": "string"
      +                            },
      +                            "type": "array"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ]
      +                      }
      +                    },
      +                    "type": "object"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "sender": {
      +                "anyOf": [
      +                  {
      +                    "items": {
      +                      "type": "string"
      +                    },
      +                    "type": "array"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "subject": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / data / allOf
      Removed value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_metadata": {
      -        "additionalProperties": {},
      -        "properties": {
      -          "currentPage": {
      -            "type": "number"
      -          },
      -          "pageSize": {
      -            "type": "number"
      -          },
      -          "totalPages": {
      -            "type": "number"
      -          },
      -          "totalRecords": {
      -            "type": "number"
      -          }
      -        },
      -        "type": "object"
      -      },
      -      "records": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "additionalText": {
      -              "type": "string"
      -            },
      -            "autosend": {
      -              "type": "boolean"
      -            },
      -            "content": {
      -              "type": "string"
      -            },
      -            "createdBy": {
      -              "type": "string"
      -            },
      -            "id": {
      -              "type": "string"
      -            },
      -            "language": {
      -              "type": "string"
      -            },
      -            "limitResponse": {
      -              "type": "number"
      -            },
      -            "notificationAttachments": {
      -              "items": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "attachmentStatus": {
      -                    "type": "string"
      -                  },
      -                  "fileId": {
      -                    "type": "string"
      -                  },
      -                  "fileSize": {
      -                    "type": "number"
      -                  },
      -                  "fileType": {
      -                    "type": "string"
      -                  },
      -                  "filename": {
      -                    "type": "string"
      -                  },
      -                  "hash": {
      -                    "type": "string"
      -                  },
      -                  "mimeType": {
      -                    "type": "string"
      -                  },
      -                  "reviewedAt": {
      -                    "type": "string"
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "phone": {
      -              "type": "string"
      -            },
      -            "provider": {
      -              "type": "string"
      -            },
      -            "recipientAddress": {
      -              "type": "string"
      -            },
      -            "recipientName": {
      -              "type": "string"
      -            },
      -            "reminderHours": {
      -              "type": "number"
      -            },
      -            "requestId": {
      -              "type": "string"
      -            },
      -            "scheduledAt": {
      -              "type": "string"
      -            },
      -            "senderAddress": {
      -              "type": "string"
      -            },
      -            "senderAddressReplyTo": {
      -              "type": "string"
      -            },
      -            "senderName": {
      -              "type": "string"
      -            },
      -            "states": {
      -              "items": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "notificationId": {
      -                    "type": "string"
      -                  },
      -                  "provider": {
      -                    "type": "string"
      -                  },
      -                  "registeredAt": {
      -                    "type": "string"
      -                  },
      -                  "state": {
      -                    "type": "string"
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "subject": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "type": "array"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "records": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "additionalText": {
      -              "type": "string"
      -            },
      -            "autosend": {
      -              "type": "boolean"
      -            },
      -            "content": {
      -              "type": "string"
      -            },
      -            "createdBy": {
      -              "type": "string"
      -            },
      -            "id": {
      -              "type": "string"
      -            },
      -            "language": {
      -              "type": "string"
      -            },
      -            "limitResponse": {
      -              "type": "number"
      -            },
      -            "notificationAttachments": {
      -              "items": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "attachmentStatus": {
      -                    "type": "string"
      -                  },
      -                  "fileId": {
      -                    "type": "string"
      -                  },
      -                  "fileSize": {
      -                    "type": "number"
      -                  },
      -                  "fileType": {
      -                    "type": "string"
      -                  },
      -                  "filename": {
      -                    "type": "string"
      -                  },
      -                  "hash": {
      -                    "type": "string"
      -                  },
      -                  "mimeType": {
      -                    "type": "string"
      -                  },
      -                  "reviewedAt": {
      -                    "type": "string"
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "phone": {
      -              "type": "string"
      -            },
      -            "provider": {
      -              "type": "string"
      -            },
      -            "recipientAddress": {
      -              "type": "string"
      -            },
      -            "recipientName": {
      -              "type": "string"
      -            },
      -            "reminderHours": {
      -              "type": "number"
      -            },
      -            "requestId": {
      -              "type": "string"
      -            },
      -            "scheduledAt": {
      -              "type": "string"
      -            },
      -            "senderAddress": {
      -              "type": "string"
      -            },
      -            "senderAddressReplyTo": {
      -              "type": "string"
      -            },
      -            "senderName": {
      -              "type": "string"
      -            },
      -            "states": {
      -              "items": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "notificationId": {
      -                    "type": "string"
      -                  },
      -                  "provider": {
      -                    "type": "string"
      -                  },
      -                  "registeredAt": {
      -                    "type": "string"
      -                  },
      -                  "state": {
      -                    "type": "string"
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "subject": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "type": "object"
      -        },
      -        "type": "array"
      -      }
      -    },
      -    "type": "object"
      -  }
      -]
    • addedOutput schema / properties / data / properties
      Added value: +{
      +  "_metadata": {
      +    "additionalProperties": {},
      +    "properties": {
      +      "currentPage": {
      +        "type": "number"
      +      },
      +      "pageSize": {
      +        "type": "number"
      +      },
      +      "totalPages": {
      +        "type": "number"
      +      },
      +      "totalRecords": {
      +        "type": "number"
      +      }
      +    },
      +    "type": "object"
      +  },
      +  "records": {
      +    "items": {
      +      "additionalProperties": {},
      +      "properties": {
      +        "additionalText": {
      +          "type": "string"
      +        },
      +        "autosend": {
      +          "type": "boolean"
      +        },
      +        "content": {
      +          "type": "string"
      +        },
      +        "createdBy": {
      +          "type": "string"
      +        },
      +        "id": {
      +          "type": "string"
      +        },
      +        "language": {
      +          "type": "string"
      +        },
      +        "limitResponse": {
      +          "type": "number"
      +        },
      +        "notificationAttachments": {
      +          "items": {
      +            "additionalProperties": {},
      +            "properties": {
      +              "attachmentStatus": {
      +                "type": "string"
      +              },
      +              "fileId": {
      +                "type": "string"
      +              },
      +              "fileSize": {
      +                "type": "number"
      +              },
      +              "fileType": {
      +                "type": "string"
      +              },
      +              "filename": {
      +                "type": "string"
      +              },
      +              "hash": {
      +                "type": "string"
      +              },
      +              "mimeType": {
      +                "type": "string"
      +              },
      +              "reviewedAt": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "phone": {
      +          "type": "string"
      +        },
      +        "provider": {
      +          "type": "string"
      +        },
      +        "recipientAddress": {
      +          "type": "string"
      +        },
      +        "recipientName": {
      +          "type": "string"
      +        },
      +        "reminderHours": {
      +          "type": "number"
      +        },
      +        "requestId": {
      +          "type": "string"
      +        },
      +        "scheduledAt": {
      +          "type": "string"
      +        },
      +        "senderAddress": {
      +          "type": "string"
      +        },
      +        "senderAddressReplyTo": {
      +          "type": "string"
      +        },
      +        "senderName": {
      +          "type": "string"
      +        },
      +        "states": {
      +          "items": {
      +            "additionalProperties": {},
      +            "properties": {
      +              "notificationId": {
      +                "type": "string"
      +              },
      +              "provider": {
      +                "type": "string"
      +              },
      +              "registeredAt": {
      +                "type": "string"
      +              },
      +              "state": {
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "subject": {
      +          "type": "string"
      +        },
      +        "type": {
      +          "type": "string"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "type": "array"
      +  }
      +}
    • addedOutput schema / properties / data / type
      Added value: +"object"
  2. First observedv1.3.1

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already establish readOnly/idempotent/non-destructive behavior, so the description's job is to add context, which it does: result granularity (one notification per receiver), state history, and that only the current state is returned. The caveat that a request fans out into multiple notifications is important behavioral context beyond the schema.

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 three sentences and front-loads the search purpose before the fan-out explanation and prerequisite. The style is slightly dense, but every clause earns its place and no filler is present.

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

Completeness3/5

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

Given an output schema exists, the description needn't restate return values, and it covers the core fan-out model and requestId dependency. However, the descriptions of multiple parameters (ids, filters, pagination/sort) are left to inference, which is a real gap for a 7-parameter tool with a nested filters object.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only requestId carries schema documentation, and schema coverage is 14%, so the description must compensate. It explains requestId and delivery state (states) but leaves the other five parameters (ids, page, size, sort, filters) semantically unexplained, including the ambiguous filters object and the distinction between ids and requestId.

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 opens with a specific verb and resource, 'Searches notifications,' then adds the unique fan-out semantics: one notification per receiver, each with its own state history. It explicitly frames that result as the closest equivalent to checking a request's status, which distinguishes it from sibling actions like notification_request_create or notification_request_send.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It states the intended use case ('checking a request's status') and gives a conditional: omit requestId to search across every request. It also names the prerequisite dependency (notification_request_create → requestId) when filtering to one request, though it does not explicitly name tools to avoid.

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