Skip to main content
Glama

GitHub Enterprise MCP Server

delete-repository

Remove a repository from GitHub Enterprise by providing the owner name, repository name, and confirmation. Integrates with the GitHub Enterprise MCP Server for streamlined repository management.

Input Schema

NameRequiredDescriptionDefault
confirmYesConfirmation for deletion (must be true)
ownerYesRepository owner
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confirm": { "description": "Confirmation for deletion (must be true)", "type": "boolean" }, "owner": { "description": "Repository owner", "minLength": 1, "type": "string" }, "repo": { "description": "Repository name", "minLength": 1, "type": "string" } }, "required": [ "owner", "repo", "confirm" ], "type": "object" }

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/ddukbg/github-enterprise-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server