create_pull_request
Generate a concise meta description for the create_pull_request tool that clearly explains its purpose of creating pull requests without merging them, using action verbs and problem-solution phrasing.
Instructions
Create a pull request in an allowed repository. This never merges it. The title and body are sent through stdin and are not written to the audit log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Base branch | |
| body | No | ||
| head | Yes | Head branch, or owner:branch for a fork | |
| draft | No | ||
| title | Yes | ||
| account | Yes | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format | |
| maintainerCanModify | No |