Skip to main content
Glama
boecht

BitSight Community MCP Server

by boecht
b.json11.3 kB
{ "paths": { "/benchmarking-configs": { "get": { "description": "List of Benchmarking Configurations", "operationId": "BenchmarkingConfigsList", "parameters": [ { "$ref": "#/components/parameters/Limit" }, { "$ref": "#/components/parameters/Offset" }, { "$ref": "#/components/parameters/Query" }, { "$ref": "#/components/parameters/Sort" }, { "$ref": "#/components/parameters/Fields" } ], "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BenchmarkingConfigurations" } } }, "description": "Summary of benchmarking configurations" }, "401": { "$ref": "#/components/responses/Unauthorized" }, "403": { "$ref": "#/components/responses/PermissionDenied" }, "404": { "$ref": "#/components/responses/NotFound" }, "default": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiError" } } }, "description": "Unexpected error" } }, "security": [ { "Jwt": [] }, { "Token": [] } ], "tags": [ "Benchmarking Configuration" ] }, "post": { "description": "Create a Benchmarking Configurations", "operationId": "BenchmarkingConfigsCreate", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BenchmarkingConfiguration" } } }, "required": true }, "responses": { "201": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BenchmarkingConfiguration" } } }, "description": "Details of the successfully created benchmarking configuration" }, "400": { "$ref": "#/components/responses/BadData" }, "401": { "$ref": "#/components/responses/Unauthorized" }, "403": { "$ref": "#/components/responses/PermissionDenied" }, "404": { "$ref": "#/components/responses/NotFound" }, "default": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiError" } } }, "description": "Unexpected error" } }, "security": [ { "Jwt": [] }, { "Token": [] } ], "tags": [ "Benchmarking Configuration" ] } }, "/benchmarking-configs/{guid}": { "delete": { "description": "Delete a Benchmarking Configuration", "operationId": "BenchmarkingConfigDelete", "parameters": [ { "description": "GUID of the benchmarking configuration", "in": "path", "name": "guid", "required": true, "schema": { "$ref": "#/x-common-definitions/guid" } } ], "responses": { "204": { "description": "The benchmarking configuration was successfully deleted" }, "400": { "$ref": "#/components/responses/BadData" }, "401": { "$ref": "#/components/responses/Unauthorized" }, "403": { "$ref": "#/components/responses/PermissionDenied" }, "404": { "$ref": "#/components/responses/NotFound" }, "default": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiError" } } }, "description": "Unexpected error" } }, "security": [ { "Jwt": [] }, { "Token": [] } ], "tags": [ "Benchmarking Configuration" ] }, "get": { "description": "Details of a benchmarking configuration", "operationId": "BenchmarkingConfigDetail", "parameters": [ { "description": "GUID of the benchmarking configuration", "in": "path", "name": "guid", "required": true, "schema": { "$ref": "#/x-common-definitions/guid" } } ], "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BenchmarkingConfiguration" } } }, "description": "Detailed benchmarking configuration" }, "401": { "$ref": "#/components/responses/Unauthorized" }, "403": { "$ref": "#/components/responses/PermissionDenied" }, "404": { "$ref": "#/components/responses/NotFound" }, "default": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiError" } } }, "description": "Unexpected error" } }, "security": [ { "Jwt": [] }, { "Token": [] } ], "tags": [ "Benchmarking Configuration" ] }, "put": { "description": "Update a Benchmarking Configuration", "operationId": "BenchmarkingConfigUpdate", "parameters": [ { "description": "GUID of the benchmarking configuration", "in": "path", "name": "guid", "required": true, "schema": { "$ref": "#/x-common-definitions/guid" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BenchmarkingConfiguration" } } }, "required": true }, "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BenchmarkingConfiguration" } } }, "description": "Details of the successfully updated benchmarking configuration" }, "400": { "$ref": "#/components/responses/BadData" }, "401": { "$ref": "#/components/responses/Unauthorized" }, "403": { "$ref": "#/components/responses/PermissionDenied" }, "404": { "$ref": "#/components/responses/NotFound" }, "default": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiError" } } }, "description": "Unexpected error" } }, "tags": [ "Benchmarking Configuration" ] } } } }

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