Skip to main content
Glama
maxronner

@maxronner/tea-mcp

by maxronner

tea_pr_reject

Request changes on a pull request by providing the PR number and reason for rejection, allowing maintainers to reject PRs with clear feedback for contributors.

Instructions

Request changes on a pull request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNoRepository path or 'owner/name' slug (defaults to repo detected from working directory)
indexYesPull request number to reject
reasonYesReason for requesting changes
Behavior2/5

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

With no annotations available, the description carries the full burden of disclosing behavior. It only states the action 'request changes' without mentioning side effects (e.g., PR status update, notifications), permissions required, or reversibility. This is insufficient for a mutation tool.

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, direct sentence with no redundant wording. It earns its place by clearly stating the action and resource, though it could benefit from additional behavioral detail.

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?

Given the lack of annotations, output schema, and behavioral details, the description is incomplete. It does not explain the result of the operation, any prerequisites, or the impact on the PR workflow, which an AI agent would need to invoke the tool safely.

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 three parameters (repo, index, reason) have descriptions in the schema, and the schema coverage is 100%. The tool description adds no additional parameter semantics beyond what the schema already provides, so the baseline score 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 ('request changes') and identifies the resource ('a pull request'), clearly distinguishing it from sibling tools like tea_pr_approve and tea_pr_merge. The tool name 'tea_pr_reject' aligns with the description, reinforcing the purpose.

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?

The description provides no explicit guidance on when to use this tool instead of alternatives like tea_pr_approve or tea_pr_merge. The verb 'request changes' implies usage in code review contexts when modifications are needed, but no exclusions or conditions are stated.

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