Skip to main content
Glama

finish

Mark your claim as done and open a pull request from your claimed branch to the default branch, so your work lands in review.

Instructions

Close the loop: mark your claim done AND open a GitHub pull request from your claimed branch into the default branch, so your work lands in review.

note : PR body (falls back to your claim's existing note). title : PR title (falls back to your claim's task). draft : open the PR as a draft.

Your branch must already be pushed. If a PR for the branch already exists, its URL is returned instead of erroring. Requires the gh CLI. The claim is marked done (with auto-captured changed_files) after the PR is opened.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
draftNo
titleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description carries the full burden and does this well. It discloses side effects (claim marked done, PR opened), ordering ('after the PR is opened'), external dependency (gh CLI), a precondition (branch must be pushed), and an idempotent fallback (returns existing PR URL instead of erroring).

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 front-loaded with the core purpose, then uses compact labeled lines for parameters, followed by a concise block of behavioral notes. Every sentence adds useful information, and the structure makes it easy to scan.

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

Completeness5/5

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

The description covers prerequisites, side effects, fallback behavior, and the gh CLI requirement. Since an output schema exists, the description does not need to explain return values, and it even mentions the existing-PR return behavior. It is complete for an agent selecting and invoking the tool.

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

Parameters5/5

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

Schema description coverage is 0%, but the description compensates fully. It maps note to PR body with fallback to claim note, title to PR title with fallback to claim task, and draft to opening the PR as draft. This gives the agent meaningful guidance beyond the raw property names.

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 opens with a clear verb+resource pair: 'mark your claim done AND open a GitHub pull request from your claimed branch into the default branch.' This unambiguously states what the tool does and distinguishes it from siblings like claim, update_status, or release by combining completion of the claim with PR creation.

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

Usage Guidelines4/5

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

It provides explicit context for when to use the tool: after the branch is pushed and when ready to move work into review. It also mentions the gh CLI requirement and the behavior if a PR already exists. However, it does not explicitly name alternative tools or state when not to use it, so it stops short of a perfect score.

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/jarmstrong158/agentsync'

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