Skip to main content
Glama

Sentry MCP

Official
by getsentry
list-dsns.eval.ts654 B
import { describeEval } from "vitest-evals"; import { FIXTURES, NoOpTaskRunner, ToolPredictionScorer } from "./utils"; describeEval("list-dsns", { data: async () => { return [ { input: `What is the SENTRY_DSN for ${FIXTURES.organizationSlug}/${FIXTURES.projectSlug}?`, expectedTools: [ { name: "find_dsns", arguments: { organizationSlug: FIXTURES.organizationSlug, projectSlug: FIXTURES.projectSlug, }, }, ], }, ]; }, 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