Skip to main content
Glama

OnSecurity MCP Server

by onsecurity

get-rounds

Retrieve and summarize rounds data from OnSecurity, including pentests, scans, or radar rounds. Filter by type, sort, or search, and specify fields or related data for custom insights.

Instructions

Get all rounds data from OnSecurity from client in a high level summary. When replying, 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. Rounds can be pentest rounds, scan rounds, or radar rounds.

Input Schema

NameRequiredDescriptionDefault
fieldsNoOptional comma-separated list of fields to return (e.g. 'id,name,started'). 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,findings,targets')
limitNoOptional limit parameter for max results per page (e.g. 15)
pageNoOptional page number to fetch (default: 1)
round_typeNoOptional round type to filter rounds, 1 = pentest round, 3 = scan round
searchNoSearch term to find rounds by name of round or name of client
sortNoOptional sort parameter in format 'field-direction'. Available values: name-asc, start_date-asc, end_date-asc, authorisation_date-asc, hours_estimate-asc, created_at-asc, updated_at-asc, name-desc, start_date-desc, end_date-desc, authorisation_date-desc, hours_estimate-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,started'). 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,findings,targets')", "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_type": { "description": "Optional round type to filter rounds, 1 = pentest round, 3 = scan round", "type": "number" }, "search": { "description": "Search term to find rounds by name of round or name of client", "type": "string" }, "sort": { "description": "Optional sort parameter in format 'field-direction'. Available values: name-asc, start_date-asc, end_date-asc, authorisation_date-asc, hours_estimate-asc, created_at-asc, updated_at-asc, name-desc, start_date-desc, end_date-desc, authorisation_date-desc, hours_estimate-desc, created_at-desc, updated_at-desc. Default: id-asc", "type": "string" } }, "type": "object" }

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