Skip to main content
Glama

Sentry MCP

Official
by getsentry
create-project.eval.ts1.2 kB
import { describeEval } from "vitest-evals"; import { FIXTURES, NoOpTaskRunner, ToolPredictionScorer } from "./utils"; describeEval("create-project", { data: async () => { return [ { input: `Create a new project in Sentry for '${FIXTURES.organizationSlug}' called '${FIXTURES.projectSlug}' with the '${FIXTURES.teamSlug}' team. Output **only** the project slug and the SENTRY_DSN in the format of:\n<PROJECT_SLUG>\n<SENTRY_DSN>`, expectedTools: [ { name: "find_organizations", arguments: {}, }, { name: "find_teams", arguments: { organizationSlug: FIXTURES.organizationSlug, regionUrl: "https://us.sentry.io", }, }, { name: "create_project", arguments: { organizationSlug: FIXTURES.organizationSlug, regionUrl: "https://us.sentry.io", teamSlug: FIXTURES.teamSlug, name: 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