Skip to main content
Glama

Sentry MCP

Official
by getsentry
get-trace-details.eval.ts1.28 kB
import { describeEval } from "vitest-evals"; import { FIXTURES, NoOpTaskRunner, ToolPredictionScorer } from "./utils"; describeEval("get-trace-details", { data: async () => { return [ { input: `Show me trace ${FIXTURES.traceId} from Sentry in ${FIXTURES.organizationSlug}.`, expectedTools: [ { name: "find_organizations", arguments: {}, }, { name: "get_trace_details", arguments: { organizationSlug: FIXTURES.organizationSlug, traceId: FIXTURES.traceId, regionUrl: "https://us.sentry.io", }, }, ], }, { input: `Explain trace ${FIXTURES.traceId} in ${FIXTURES.organizationSlug}.`, expectedTools: [ { name: "find_organizations", arguments: {}, }, { name: "get_trace_details", arguments: { organizationSlug: FIXTURES.organizationSlug, traceId: FIXTURES.traceId, 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