Skip to main content
Glama
boecht

BitSight Community MCP Server

by boecht
j.json1.62 kB
{ "paths": { "/jobs/{guid}": { "get": { "description": "Retrieve information about a specific async job", "operationId": "listJobs", "parameters": [ { "description": "Async job guid", "in": "path", "name": "guid", "required": true, "schema": { "$ref": "#/x-common-definitions/guid" } } ], "responses": { "202": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AsyncJobRequest" } } }, "description": "OK" }, "303": { "description": "See Other" }, "404": { "$ref": "#/components/responses/NotFound" }, "429": { "$ref": "#/components/responses/TooManyRequests" }, "500": { "$ref": "#/components/responses/InternalServerError" } }, "tags": [ "Async Job" ] } } } }

Latest Blog Posts

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/boecht/bitsight-community-mcp-server'

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