Skip to main content
Glama

Sentry MCP

Official
by getsentry
toolDefinitions.ts467 B
import toolDefinitionsData from "./toolDefinitions.json"; import type { Scope } from "./permissions"; // Tool definition for UI/external consumption export interface ToolDefinition { name: string; description: string; // Full JSON Schema object for parameters inputSchema: unknown; // Sentry API scopes required to use the tool requiredScopes: Scope[]; } const toolDefinitions = toolDefinitionsData as ToolDefinition[]; export default toolDefinitions;

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