Skip to main content
Glama

AtomGit MCP Server

Mulan Permissive Software License, Version 2
3
7

check_if_user_is_assignable

Verify whether a user can be assigned to an issue in a specific AtomGit repository by providing the repository owner, name, and assignee username.

Instructions

Check if a user can be assigned to an issue in a AtomGit repository

Input Schema

NameRequiredDescriptionDefault
assigneeYesUsername to be checked
ownerYesRepository owner
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignee": { "description": "Username to be checked", "type": "string" }, "owner": { "description": "Repository owner", "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo", "assignee" ], "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/kaiyuanxiaobing/atomgit-mcp-server'

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