Skip to main content
Glama
sam170203

Personal GitHub MCP

by sam170203

create_repository

Create a new GitHub repository by providing a name, description, and privacy setting, enabling you to initialize a project repository directly.

Instructions

Create a new repository on GitHub under your account.

Args: name: desired repository name (letters, digits, '-', '_', '.'). description: short description shown on GitHub. private: whether the repository is private.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
privateNo
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It states the action and 'under your account' but omits details like authentication requirements, behavior on duplicate names, success/failure responses, and whether the repo is initialized with a README. This is sparse for a mutating tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the main purpose. The Args list is cleanly formatted and avoids extra fluff. It earns its place without being verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the output schema covers return values, the description lacks context for preconditions (e.g., authentication) and potential failures (e.g., name conflicts). Given the tool's mutating nature and the presence of overlapping sibling tools, it is minimally complete but leaves gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It does: name lists allowed characters, description notes it's shown on GitHub, and private clarifies its boolean nature. This adds meaning beyond the schema's types and defaults.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create a new repository') and the resource ('on GitHub under your account'). It distinguishes itself from sibling tools like list_repositories and publish_project by focusing on the act of creation on GitHub.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied: use when you want to create a new GitHub repository. However, there is no explicit guidance on when to choose this over alternatives like publish_project or backup_project, and no mention of when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/sam170203/personal-mcp'

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