Skip to main content
Glama

Sentry MCP

Official
by getsentry
create-team.test.ts764 B
import { describe, it, expect } from "vitest"; import createTeam from "./create-team.js"; describe("create_team", () => { it("serializes", async () => { const result = await createTeam.handler( { organizationSlug: "sentry-mcp-evals", name: "the-goats", regionUrl: undefined, }, { constraints: { organizationSlug: null, }, accessToken: "access-token", userId: "1", }, ); expect(result).toMatchInlineSnapshot(` "# New Team in **sentry-mcp-evals** **ID**: 4509109078196224 **Slug**: the-goats **Name**: the-goats # Using this information - You should always inform the user of the Team Slug value. " `); }); });

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