Sentry MCP

Official

create_team

Add a new team to a Sentry organization by specifying the team name and organization slug, enabling structured collaboration and access management.

Instructions

Create a new team in Sentry.

Use this tool when you need to:

  • Create a new team in a Sentry organization

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the team to create.
organizationSlugNoThe organization's slug. This will default to the first org you have access to.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the team to create.", "type": "string" }, "organizationSlug": { "description": "The organization's slug. This will default to the first org you have access to.", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from Sentry MCP

Related Tools

ID: dorqx191hb