Skip to main content
Glama
maxronner

@maxronner/tea-mcp

by maxronner

tea_issue_create

Create a new issue in a Gitea repository with title, description, labels, assignees, milestone, deadline, and version reference.

Instructions

Create a new issue in the current repository

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNoRepository path or 'owner/name' slug (defaults to repo detected from working directory)
titleYesIssue title
labelsNoComma-separated list of labels to assign
deadlineNoDeadline timestamp to assign
assigneesNoComma-separated list of usernames to assign
milestoneNoMilestone to assign
descriptionNoIssue description / body
referencedVersionNoCommit hash or tag name to reference
Behavior2/5

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

With no annotations provided, the description carries full responsibility for disclosing behavioral implications. It does not mention authentication requirements, whether the operation is reversible, or what response can be expected. The only trait implied is the creation itself, which is already clear from the name.

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

Conciseness5/5

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

The description is a single sentence, immediately front-loaded with the action and object, with no filler words. It is appropriately concise for a simple create operation.

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

Completeness2/5

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

Despite the detailed schema, the description lacks crucial context: it does not mention what the tool returns (no output schema), any side effects, or prerequisites like authentication or repository detection. Given 8 parameters and zero annotations, this leaves the agent with gaps in understanding the full invocation context.

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

Parameters3/5

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

All 8 parameters are fully described in the schema (100% coverage), so the description does not need to add parameter details. It adds no new meaning beyond the schema, so the baseline of 3 is appropriate.

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 uses a specific verb ('Create') with a clear resource ('a new issue') and scopes it to 'the current repository.' This clearly distinguishes it from sibling tools that list, view, close, or reopen issues.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives, such as tea_create_comment or tea_issue_close. The description only states what it does without specifying prerequisites or exclusions.

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/maxronner/tea-mcp'

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