Skip to main content
Glama

Sentry MCP

Official
by getsentry
get-issue.eval.ts1.33 kB
import { describeEval } from "vitest-evals"; import { FIXTURES, NoOpTaskRunner, ToolPredictionScorer } from "./utils"; describeEval("get-issue", { data: async () => { return [ { input: `Explain CLOUDFLARE-MCP-41 from Sentry in ${FIXTURES.organizationSlug}.`, expectedTools: [ { name: "find_organizations", arguments: {}, }, { name: "get_issue_details", arguments: { organizationSlug: FIXTURES.organizationSlug, issueId: "CLOUDFLARE-MCP-41", regionUrl: "https://us.sentry.io", }, }, ], }, { input: `Explain the event with ID 7ca573c0f4814912aaa9bdc77d1a7d51 from Sentry in ${FIXTURES.organizationSlug}.`, expectedTools: [ { name: "find_organizations", arguments: {}, }, { name: "get_issue_details", arguments: { organizationSlug: FIXTURES.organizationSlug, eventId: "7ca573c0f4814912aaa9bdc77d1a7d51", regionUrl: "https://us.sentry.io", }, }, ], }, ]; }, task: NoOpTaskRunner(), scorers: [ToolPredictionScorer()], threshold: 0.6, timeout: 30000, });

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