Skip to main content
Glama

fork_repository

Create a copy of a Gitee repository to your personal or organizational account for development or experimentation, specifying owner and repository details.

Instructions

Fork Gitee 仓库

Input Schema

NameRequiredDescriptionDefault
organizationNoOrganization path, defaults to personal account if not provided
ownerYesRepository owner path (enterprise, organization, or personal path)
repoYesRepository path

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "organization": { "description": "Organization path, defaults to personal account if not provided", "type": "string" }, "owner": { "description": "Repository owner path (enterprise, organization, or personal path)", "type": "string" }, "repo": { "description": "Repository path", "type": "string" } }, "required": [ "owner", "repo" ], "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/normal-coder/gitee-mcp-server'

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