Skip to main content
Glama

OnSecurity MCP Server

by onsecurity

get-notifications

Retrieve high-level summaries of OnSecurity notifications with customizable filters, sorting, and field selection for efficient client insights.

Instructions

Get all notifications data from OnSecurity from client in a high level summary, only include the summary, not the raw data and be sure to present the data in a way that is easy to understand for the client.

Input Schema

NameRequiredDescriptionDefault
fieldsNoOptional comma-separated list of fields to return (e.g. 'heading,created_at')
filtersNoOptional additional filters in format {field: value} or {field-operator: value} where operator can be mt (more than), mte (more than equal), lt (less than), lte (less than equal), eq (equals, default)
includesNoOptional related data to include
limitNoOptional limit parameter (e.g. 10 for 10 notifications per page)
pageNoOptional page number to fetch (default: 1)
sortNoOptional sort parameter (e.g. 'created_at-desc' for newest first)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fields": { "description": "Optional comma-separated list of fields to return (e.g. 'heading,created_at')", "type": "string" }, "filters": { "additionalProperties": { "type": [ "string", "number" ] }, "description": "Optional additional filters in format {field: value} or {field-operator: value} where operator can be mt (more than), mte (more than equal), lt (less than), lte (less than equal), eq (equals, default)", "type": "object" }, "includes": { "description": "Optional related data to include", "type": "string" }, "limit": { "description": "Optional limit parameter (e.g. 10 for 10 notifications per page)", "type": "number" }, "page": { "description": "Optional page number to fetch (default: 1)", "type": "number" }, "sort": { "description": "Optional sort parameter (e.g. 'created_at-desc' for newest first)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from OnSecurity MCP Server

Related Tools

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/onsecurity/onsecurity-mcp-server'

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