Skip to main content
Glama

Lovie Company Formation

Get Notification

notification_get_notification
Read-only

GetNotification returns a single notification owned by the caller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notificationNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / properties / notification / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "body": {
      -        "type": "string"
      -      },
      -      "createdAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "data": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": true,
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "id": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "idempotencyKey": {
      -        "type": "string"
      -      },
      -      "isRead": {
      -        "type": "boolean"
      -      },
      -      "readAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "title": {
      -        "type": "string"
      -      },
      -      "type": {
      -        "enum": [
      -          "NOTIFICATION_TYPE_UNSPECIFIED",
      -          "NOTIFICATION_TYPE_INVITATION_RECEIVED",
      -          "NOTIFICATION_TYPE_INVITATION_ACCEPTED",
      -          "NOTIFICATION_TYPE_INVITATION_REJECTED",
      -          "NOTIFICATION_TYPE_MEMBER_WELCOME",
      -          "NOTIFICATION_TYPE_FORMATION_STARTED",
      -          "NOTIFICATION_TYPE_FILING_SUBMITTED",
      -          "NOTIFICATION_TYPE_ADDITIONAL_INFORMATION_REQUIRED",
      -          "NOTIFICATION_TYPE_FILING_REJECTED",
      -          "NOTIFICATION_TYPE_STATE_DELAYED",
      -          "NOTIFICATION_TYPE_COMPANY_APPROVED",
      -          "NOTIFICATION_TYPE_EIN_IN_PROGRESS",
      -          "NOTIFICATION_TYPE_PAYMENT_FAILED",
      -          "NOTIFICATION_TYPE_FORMATION_COMPLETE",
      -          "NOTIFICATION_TYPE_SYNC_COMPLETED",
      -          "NOTIFICATION_TYPE_SYNC_FAILED",
      -          "NOTIFICATION_TYPE_SIGNATURE_REQUEST",
      -          "NOTIFICATION_TYPE_DEVICE_REGISTERED",
      -          "NOTIFICATION_TYPE_DEVICE_REMOVED",
      -          "NOTIFICATION_TYPE_DEVICE_FIRST_APPROVAL",
      -          "NOTIFICATION_TYPE_EIN_RECEIVED",
      -          "NOTIFICATION_TYPE_COMMITMENT_RECORDED",
      -          "NOTIFICATION_TYPE_COMMITMENT_REMOVED",
      -          "NOTIFICATION_TYPE_WELCOME",
      -          "NOTIFICATION_TYPE_DEVICE_TRUSTED",
      -          "NOTIFICATION_TYPE_DOMAIN_RENEWAL_PAYMENT_FAILED",
      -          "NOTIFICATION_TYPE_DOMAIN_RENEWED",
      -          "NOTIFICATION_TYPE_FOUNDER_INVITE",
      -          "NOTIFICATION_TYPE_OWNER_VERIFICATION",
      -          "NOTIFICATION_TYPE_ACCOUNT_OPENED"
      -        ],
      -        "type": "string"
      -      },
      -      "userId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      }
      -    },
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "body": {
      +        "type": "string"
      +      },
      +      "createdAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "data": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "idempotencyKey": {
      +        "type": "string"
      +      },
      +      "isRead": {
      +        "type": "boolean"
      +      },
      +      "readAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "title": {
      +        "type": "string"
      +      },
      +      "type": {
      +        "enum": [
      +          "NOTIFICATION_TYPE_UNSPECIFIED",
      +          "NOTIFICATION_TYPE_INVITATION_RECEIVED",
      +          "NOTIFICATION_TYPE_INVITATION_ACCEPTED",
      +          "NOTIFICATION_TYPE_INVITATION_REJECTED",
      +          "NOTIFICATION_TYPE_MEMBER_WELCOME",
      +          "NOTIFICATION_TYPE_FORMATION_STARTED",
      +          "NOTIFICATION_TYPE_FILING_SUBMITTED",
      +          "NOTIFICATION_TYPE_ADDITIONAL_INFORMATION_REQUIRED",
      +          "NOTIFICATION_TYPE_FILING_REJECTED",
      +          "NOTIFICATION_TYPE_STATE_DELAYED",
      +          "NOTIFICATION_TYPE_COMPANY_APPROVED",
      +          "NOTIFICATION_TYPE_EIN_IN_PROGRESS",
      +          "NOTIFICATION_TYPE_PAYMENT_FAILED",
      +          "NOTIFICATION_TYPE_FORMATION_COMPLETE",
      +          "NOTIFICATION_TYPE_SYNC_COMPLETED",
      +          "NOTIFICATION_TYPE_SYNC_FAILED",
      +          "NOTIFICATION_TYPE_SIGNATURE_REQUEST",
      +          "NOTIFICATION_TYPE_DEVICE_REGISTERED",
      +          "NOTIFICATION_TYPE_DEVICE_REMOVED",
      +          "NOTIFICATION_TYPE_DEVICE_FIRST_APPROVAL",
      +          "NOTIFICATION_TYPE_EIN_RECEIVED",
      +          "NOTIFICATION_TYPE_COMMITMENT_RECORDED",
      +          "NOTIFICATION_TYPE_COMMITMENT_REMOVED",
      +          "NOTIFICATION_TYPE_WELCOME",
      +          "NOTIFICATION_TYPE_DEVICE_TRUSTED",
      +          "NOTIFICATION_TYPE_DOMAIN_RENEWAL_PAYMENT_FAILED",
      +          "NOTIFICATION_TYPE_DOMAIN_RENEWED",
      +          "NOTIFICATION_TYPE_FOUNDER_INVITE",
      +          "NOTIFICATION_TYPE_OWNER_VERIFICATION",
      +          "NOTIFICATION_TYPE_ACCOUNT_OPENED",
      +          "NOTIFICATION_TYPE_BANKING_APPLICATION_RECEIVED",
      +          "NOTIFICATION_TYPE_BANKING_APPLICATION_ACTION_NEEDED",
      +          "NOTIFICATION_TYPE_BANKING_APPLICATION_APPROVED",
      +          "NOTIFICATION_TYPE_TRANSFER_SUBMITTED",
      +          "NOTIFICATION_TYPE_TRANSFER_SETTLED",
      +          "NOTIFICATION_TYPE_TRANSFER_RETURNED",
      +          "NOTIFICATION_TYPE_TRANSFER_APPROVAL_REQUIRED",
      +          "NOTIFICATION_TYPE_TRANSFER_FAILED"
      +        ],
      +        "type": "string"
      +      },
      +      "userId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  2. Changed1 schema field changed
    • changedOutput schema / properties / notification / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "body": {
      -        "type": "string"
      -      },
      -      "createdAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "data": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": true,
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "id": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "idempotencyKey": {
      -        "type": "string"
      -      },
      -      "isRead": {
      -        "type": "boolean"
      -      },
      -      "readAt": {
      -        "anyOf": [
      -          {
      -            "format": "date-time",
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "title": {
      -        "type": "string"
      -      },
      -      "type": {
      -        "enum": [
      -          "NOTIFICATION_TYPE_UNSPECIFIED",
      -          "NOTIFICATION_TYPE_INVITATION_RECEIVED",
      -          "NOTIFICATION_TYPE_INVITATION_ACCEPTED",
      -          "NOTIFICATION_TYPE_INVITATION_REJECTED",
      -          "NOTIFICATION_TYPE_MEMBER_WELCOME",
      -          "NOTIFICATION_TYPE_FORMATION_STARTED",
      -          "NOTIFICATION_TYPE_FILING_SUBMITTED",
      -          "NOTIFICATION_TYPE_ADDITIONAL_INFORMATION_REQUIRED",
      -          "NOTIFICATION_TYPE_FILING_REJECTED",
      -          "NOTIFICATION_TYPE_STATE_DELAYED",
      -          "NOTIFICATION_TYPE_COMPANY_APPROVED",
      -          "NOTIFICATION_TYPE_EIN_IN_PROGRESS",
      -          "NOTIFICATION_TYPE_PAYMENT_FAILED",
      -          "NOTIFICATION_TYPE_FORMATION_COMPLETE",
      -          "NOTIFICATION_TYPE_SYNC_COMPLETED",
      -          "NOTIFICATION_TYPE_SYNC_FAILED",
      -          "NOTIFICATION_TYPE_SIGNATURE_REQUEST",
      -          "NOTIFICATION_TYPE_DEVICE_REGISTERED",
      -          "NOTIFICATION_TYPE_DEVICE_REMOVED",
      -          "NOTIFICATION_TYPE_DEVICE_FIRST_APPROVAL",
      -          "NOTIFICATION_TYPE_EIN_RECEIVED",
      -          "NOTIFICATION_TYPE_COMMITMENT_RECORDED",
      -          "NOTIFICATION_TYPE_COMMITMENT_REMOVED",
      -          "NOTIFICATION_TYPE_WELCOME",
      -          "NOTIFICATION_TYPE_DEVICE_TRUSTED"
      -        ],
      -        "type": "string"
      -      },
      -      "userId": {
      -        "anyOf": [
      -          {
      -            "description": "UUID value wrapper.",
      -            "properties": {
      -              "value": {
      -                "format": "uuid",
      -                "type": "string"
      -              }
      -            },
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      }
      -    },
      -    "required": [
      -      "userId"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "body": {
      +        "type": "string"
      +      },
      +      "createdAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "data": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "idempotencyKey": {
      +        "type": "string"
      +      },
      +      "isRead": {
      +        "type": "boolean"
      +      },
      +      "readAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "title": {
      +        "type": "string"
      +      },
      +      "type": {
      +        "enum": [
      +          "NOTIFICATION_TYPE_UNSPECIFIED",
      +          "NOTIFICATION_TYPE_INVITATION_RECEIVED",
      +          "NOTIFICATION_TYPE_INVITATION_ACCEPTED",
      +          "NOTIFICATION_TYPE_INVITATION_REJECTED",
      +          "NOTIFICATION_TYPE_MEMBER_WELCOME",
      +          "NOTIFICATION_TYPE_FORMATION_STARTED",
      +          "NOTIFICATION_TYPE_FILING_SUBMITTED",
      +          "NOTIFICATION_TYPE_ADDITIONAL_INFORMATION_REQUIRED",
      +          "NOTIFICATION_TYPE_FILING_REJECTED",
      +          "NOTIFICATION_TYPE_STATE_DELAYED",
      +          "NOTIFICATION_TYPE_COMPANY_APPROVED",
      +          "NOTIFICATION_TYPE_EIN_IN_PROGRESS",
      +          "NOTIFICATION_TYPE_PAYMENT_FAILED",
      +          "NOTIFICATION_TYPE_FORMATION_COMPLETE",
      +          "NOTIFICATION_TYPE_SYNC_COMPLETED",
      +          "NOTIFICATION_TYPE_SYNC_FAILED",
      +          "NOTIFICATION_TYPE_SIGNATURE_REQUEST",
      +          "NOTIFICATION_TYPE_DEVICE_REGISTERED",
      +          "NOTIFICATION_TYPE_DEVICE_REMOVED",
      +          "NOTIFICATION_TYPE_DEVICE_FIRST_APPROVAL",
      +          "NOTIFICATION_TYPE_EIN_RECEIVED",
      +          "NOTIFICATION_TYPE_COMMITMENT_RECORDED",
      +          "NOTIFICATION_TYPE_COMMITMENT_REMOVED",
      +          "NOTIFICATION_TYPE_WELCOME",
      +          "NOTIFICATION_TYPE_DEVICE_TRUSTED",
      +          "NOTIFICATION_TYPE_DOMAIN_RENEWAL_PAYMENT_FAILED",
      +          "NOTIFICATION_TYPE_DOMAIN_RENEWED",
      +          "NOTIFICATION_TYPE_FOUNDER_INVITE",
      +          "NOTIFICATION_TYPE_OWNER_VERIFICATION",
      +          "NOTIFICATION_TYPE_ACCOUNT_OPENED"
      +        ],
      +        "type": "string"
      +      },
      +      "userId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  3. Changed4 schema fields changed
    • addedOutput schema / properties / notification / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "body": {
      +        "type": "string"
      +      },
      +      "createdAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "data": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "id": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "idempotencyKey": {
      +        "type": "string"
      +      },
      +      "isRead": {
      +        "type": "boolean"
      +      },
      +      "readAt": {
      +        "anyOf": [
      +          {
      +            "format": "date-time",
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "title": {
      +        "type": "string"
      +      },
      +      "type": {
      +        "enum": [
      +          "NOTIFICATION_TYPE_UNSPECIFIED",
      +          "NOTIFICATION_TYPE_INVITATION_RECEIVED",
      +          "NOTIFICATION_TYPE_INVITATION_ACCEPTED",
      +          "NOTIFICATION_TYPE_INVITATION_REJECTED",
      +          "NOTIFICATION_TYPE_MEMBER_WELCOME",
      +          "NOTIFICATION_TYPE_FORMATION_STARTED",
      +          "NOTIFICATION_TYPE_FILING_SUBMITTED",
      +          "NOTIFICATION_TYPE_ADDITIONAL_INFORMATION_REQUIRED",
      +          "NOTIFICATION_TYPE_FILING_REJECTED",
      +          "NOTIFICATION_TYPE_STATE_DELAYED",
      +          "NOTIFICATION_TYPE_COMPANY_APPROVED",
      +          "NOTIFICATION_TYPE_EIN_IN_PROGRESS",
      +          "NOTIFICATION_TYPE_PAYMENT_FAILED",
      +          "NOTIFICATION_TYPE_FORMATION_COMPLETE",
      +          "NOTIFICATION_TYPE_SYNC_COMPLETED",
      +          "NOTIFICATION_TYPE_SYNC_FAILED",
      +          "NOTIFICATION_TYPE_SIGNATURE_REQUEST",
      +          "NOTIFICATION_TYPE_DEVICE_REGISTERED",
      +          "NOTIFICATION_TYPE_DEVICE_REMOVED",
      +          "NOTIFICATION_TYPE_DEVICE_FIRST_APPROVAL",
      +          "NOTIFICATION_TYPE_EIN_RECEIVED",
      +          "NOTIFICATION_TYPE_COMMITMENT_RECORDED",
      +          "NOTIFICATION_TYPE_COMMITMENT_REMOVED",
      +          "NOTIFICATION_TYPE_WELCOME",
      +          "NOTIFICATION_TYPE_DEVICE_TRUSTED"
      +        ],
      +        "type": "string"
      +      },
      +      "userId": {
      +        "anyOf": [
      +          {
      +            "description": "UUID value wrapper.",
      +            "properties": {
      +              "value": {
      +                "format": "uuid",
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "required": [
      +      "userId"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / notification / properties
      Removed value: -{
      -  "body": {
      -    "type": "string"
      -  },
      -  "createdAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "data": {
      -    "additionalProperties": true,
      -    "type": "object"
      -  },
      -  "id": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "idempotencyKey": {
      -    "type": "string"
      -  },
      -  "isRead": {
      -    "type": "boolean"
      -  },
      -  "readAt": {
      -    "format": "date-time",
      -    "type": "string"
      -  },
      -  "title": {
      -    "type": "string"
      -  },
      -  "type": {
      -    "enum": [
      -      "NOTIFICATION_TYPE_UNSPECIFIED",
      -      "NOTIFICATION_TYPE_INVITATION_RECEIVED",
      -      "NOTIFICATION_TYPE_INVITATION_ACCEPTED",
      -      "NOTIFICATION_TYPE_INVITATION_REJECTED",
      -      "NOTIFICATION_TYPE_MEMBER_WELCOME",
      -      "NOTIFICATION_TYPE_FORMATION_STARTED",
      -      "NOTIFICATION_TYPE_FILING_SUBMITTED",
      -      "NOTIFICATION_TYPE_ADDITIONAL_INFORMATION_REQUIRED",
      -      "NOTIFICATION_TYPE_FILING_REJECTED",
      -      "NOTIFICATION_TYPE_STATE_DELAYED",
      -      "NOTIFICATION_TYPE_COMPANY_APPROVED",
      -      "NOTIFICATION_TYPE_EIN_IN_PROGRESS",
      -      "NOTIFICATION_TYPE_PAYMENT_FAILED",
      -      "NOTIFICATION_TYPE_FORMATION_COMPLETE",
      -      "NOTIFICATION_TYPE_SYNC_COMPLETED",
      -      "NOTIFICATION_TYPE_SYNC_FAILED",
      -      "NOTIFICATION_TYPE_SIGNATURE_REQUEST",
      -      "NOTIFICATION_TYPE_DEVICE_REGISTERED",
      -      "NOTIFICATION_TYPE_DEVICE_REMOVED",
      -      "NOTIFICATION_TYPE_DEVICE_FIRST_APPROVAL",
      -      "NOTIFICATION_TYPE_EIN_RECEIVED",
      -      "NOTIFICATION_TYPE_COMMITMENT_RECORDED",
      -      "NOTIFICATION_TYPE_COMMITMENT_REMOVED",
      -      "NOTIFICATION_TYPE_WELCOME",
      -      "NOTIFICATION_TYPE_DEVICE_TRUSTED"
      -    ],
      -    "type": "string"
      -  },
      -  "userId": {
      -    "description": "UUID value wrapper.",
      -    "properties": {
      -      "value": {
      -        "format": "uuid",
      -        "type": "string"
      -      }
      -    },
      -    "type": "object"
      -  }
      -}
    • removedOutput schema / properties / notification / required
      Removed value: -[
      -  "userId"
      -]
    • removedOutput schema / properties / notification / type
      Removed value: -"object"
  4. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read. The description adds the ownership scoping ('owned by the caller'), which is a meaningful behavioral constraint not covered by annotations. This adds value beyond the structured metadata.

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, clear sentence with no filler. It front-loads the primary purpose and includes the ownership qualifier efficiently. Every word earns its place.

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 simple get-by-id tool with one parameter, an output schema, and annotations covering safety, the description covers the essential purpose and the ownership constraint. It does not mention error behavior (e.g., not-found handling) but that is minor and not required given the output schema exists.

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

Parameters3/5

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

The input schema has 100% description coverage for the only parameter, so the schema already documents the 'id' as a UUID value wrapper. The tool description does not add any additional parameter-level detail, so it provides no extra meaning beyond the schema. Baseline 3 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 states a specific verb ('returns'), a specific resource ('a single notification'), and a scope ('owned by the caller'). It clearly distinguishes from the sibling 'notification_get_list_notifications' which returns multiple notifications, so an agent can tell them apart without opening schemas.

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 does not explicitly mention when to use this tool versus alternatives like the list operation. While the word 'single' implies a get-by-id use case, there is no explicit guidance on when to prefer this over a list or search. The ownership constraint is stated but not framed as a selection criterion.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.