Skip to main content
Glama

OnSecurity MCP Server

by onsecurity

get-findings

Retrieve summarized findings data from OnSecurity, optionally filtered by round ID or type, for clear client insights. Includes sorting, pagination, and custom field selection.

Instructions

Get all findings 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. You can optionally filter findings by round_id. Note that there is no way to find the most common findings using this endpoint. You must use the get-blocks endpoint to find the most common findings.

Input Schema

NameRequiredDescriptionDefault
fieldsNoOptional comma-separated list of fields to return (e.g. 'id,name'). Use * as wildcard.
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 as comma-separated values (e.g. 'client,round,target_components')
limitNoOptional limit parameter for max results per page (e.g. 15)
pageNoOptional page number to fetch (default: 1)
round_idNoOptional round ID to filter findings
round_typeNoOptional round type to filter rounds, 1 = pentest round, 3 = scan round
searchNoOptional search term to filter findings by matching text
sortNoOptional sort parameter in format 'field-direction'. Available values: name-asc, round_id-asc, created_at-asc, updated_at-asc, name-desc, round_id-desc, created_at-desc, updated_at-desc. Default: id-asc

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. 'id,name'). Use * as wildcard.", "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 as comma-separated values (e.g. 'client,round,target_components')", "type": "string" }, "limit": { "description": "Optional limit parameter for max results per page (e.g. 15)", "type": "number" }, "page": { "description": "Optional page number to fetch (default: 1)", "type": "number" }, "round_id": { "description": "Optional round ID to filter findings", "type": "number" }, "round_type": { "description": "Optional round type to filter rounds, 1 = pentest round, 3 = scan round", "type": "number" }, "search": { "description": "Optional search term to filter findings by matching text", "type": "string" }, "sort": { "description": "Optional sort parameter in format 'field-direction'. Available values: name-asc, round_id-asc, created_at-asc, updated_at-asc, name-desc, round_id-desc, created_at-desc, updated_at-desc. Default: id-asc", "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