New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

gluecron_create_pr

Open a new pull request. head_branch is required; base_branch defaults to the repo default branch. Requires authenticated caller with write access. Returns {number, url}.

SERVERGluecron SOURCEhttps://gluecron.com/mcp
Medium RISK CLASS
Category Write
Parameters 64 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-gluecron-gluecron/gluecron-create-pr.md

What gluecron_create_pr does on Gluecron

AI agents use gluecron_create_pr to create or update resources in Gluecron, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Gluecron environment.

ParameterTypeRequiredDescription
body string PR body (Markdown). Optional.
repo string Yes Repo name
owner string Yes Repo owner username
title string Yes PR title
base_branch string Target branch (default: repo default branch)
head_branch string Yes Branch with the changes

Parameters from the server's own tool schema.

Why gluecron_create_pr is rated Medium

Creating a pull request is a reversible write operation that modifies repository state by introducing a new PR, but does not irreversibly delete data (Destructive), execute arbitrary code (Execute), or move money (Financial). The action can be undone by closing or deleting the PR.

From the tool's definition Tool description explicitly states 'Open a new pull request' and 'Requires authenticated caller with write access.' The return of {number, url} confirms creation of a new resource.

Risk signalsAccepts raw HTML/template content (body)

Questions about gluecron_create_pr

What does the gluecron_create_pr tool do? +

Open a new pull request. head_branch is required; base_branch defaults to the repo default branch. Requires authenticated caller with write access. Returns {number, url}. It is categorised as a Write tool in the Gluecron MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does gluecron_create_pr accept? +

gluecron_create_pr accepts 6 parameters: body, repo, owner, title, base_branch, head_branch. Required: repo, owner, title, head_branch. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on gluecron_create_pr? +

Register the Gluecron MCP server in PolicyLayer and add a rule for gluecron_create_pr: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Gluecron. Nothing to install.

What risk level is gluecron_create_pr? +

gluecron_create_pr is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit gluecron_create_pr? +

Yes. Add a rate_limit block to the gluecron_create_pr rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block gluecron_create_pr completely? +

Set action: deny in the PolicyLayer policy for gluecron_create_pr. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides gluecron_create_pr? +

gluecron_create_pr is provided by the Gluecron MCP server (https://gluecron.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Gluecron, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Gluecron's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.