Skip to main content
Glama

Multi-MCPs

by TaylorChen

create_issue

Add issues to GitHub repositories by specifying owner, repo, title, and body through Multi-MCPs, a unified server integrating multiple third-party APIs for streamlined development workflows.

Instructions

Create an issue in a repository

Input Schema

NameRequiredDescriptionDefault
bodyNo
ownerYes
repoYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "body": { "type": "string" }, "owner": { "type": "string" }, "repo": { "type": "string" }, "title": { "type": "string" } }, "required": [ "owner", "repo", "title" ], "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/TaylorChen/muti-mcps'

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