Skip to main content
Glama

Sentry MCP

Official
by getsentry
tools.test.ts622 B
import { assert, test } from "vitest"; import * as tools from "./index.js"; // VSCode (via OpenAI) limits to 1024 characters, but its tough to hit that right now, // so instead lets limit the blast damage and hope that e.g. OpenAI will increase the limit. const DESCRIPTION_MAX_LENGTH = 2048; test(`all tool descriptions under maximum length`, () => { for (const tool of Object.values(tools.default)) { const length = tool.description.length; assert( length < DESCRIPTION_MAX_LENGTH, `${tool.name} description must be less than ${DESCRIPTION_MAX_LENGTH} characters (was ${length})`, ); } });

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/getsentry/sentry-mcp'

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