Skip to main content
Glama

Tangled MCP Server

by zzstoatzz

create_repo_issue

Create issues on git repositories to track bugs, feature requests, or tasks using the Tangled collaboration platform.

Instructions

create an issue on a repository

Args: repo: repository identifier in 'owner/repo' format title: issue title body: optional issue body/description

Returns: dict with uri and cid of created issue

Input Schema

NameRequiredDescriptionDefault
bodyNo
repoYesrepository identifier in 'owner/repo' format (e.g., 'zzstoatzz/tangled-mcp')
titleYesissue title

Input Schema (JSON Schema)

{ "properties": { "body": { "anyOf": [ { "anyOf": [ { "type": "string" }, { "type": "null" } ], "description": "issue body/description" }, { "type": "null" } ], "default": null }, "repo": { "description": "repository identifier in 'owner/repo' format (e.g., 'zzstoatzz/tangled-mcp')", "type": "string" }, "title": { "description": "issue title", "type": "string" } }, "required": [ "repo", "title" ], "type": "object" }

Other Tools from Tangled MCP Server

Related Tools

    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/zzstoatzz/tangled-mcp'

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