Description
Updates the create_issue tool description in ai/mcp/server/github-workflow/openapi.yaml to streamline the proposal workflow.
Changes
- Modified step 4 of the Mandatory Workflow for
create_issue.
- Old: "Only after displaying the proposal, call
create_issue."
- New: "Immediately call
create_issue after displaying the proposal. Do not ask for permission first (the user can decline the tool call)."
Reason
To improve workflow efficiency. Agents should display the proposal and then immediately trigger the tool, relying on the native tool confirmation UI for user approval/rejection, rather than adding an extra conversational turn to ask for permission.
Acceptance Criteria
- The
openapi.yaml file reflects the updated instruction.
- Future agent sessions follow the "Show -> Call" pattern without redundant permission questions.
Description
Updates the
create_issuetool description inai/mcp/server/github-workflow/openapi.yamlto streamline the proposal workflow.Changes
create_issue.create_issue."create_issueafter displaying the proposal. Do not ask for permission first (the user can decline the tool call)."Reason
To improve workflow efficiency. Agents should display the proposal and then immediately trigger the tool, relying on the native tool confirmation UI for user approval/rejection, rather than adding an extra conversational turn to ask for permission.
Acceptance Criteria
openapi.yamlfile reflects the updated instruction.