create_blog_post

Create a new blog post in GoHighLevel. Requires blog ID, author ID, and category IDs which can be obtained from other blog tools.

SERVERGhl SOURCEghl-mcp-server
Medium RISK CLASS
Category Write
Parameters 129 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/ghl/create-blog-post.md

What create_blog_post does on Ghl

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

ParameterTypeRequiredDescription
tags array Optional array of tags for the blog post
title string Yes Blog post title
author string Yes Author ID (use get_blog_authors to find available authors)
blogId string Yes Blog site ID (use get_blog_sites to find available blogs)
status string Publication status of the blog post
content string Yes Full HTML content of the blog post
urlSlug string Yes URL slug for the blog post (use check_url_slug to verify availability)
imageUrl string Yes URL of the featured image for the blog post
categories array Yes Array of category IDs (use get_blog_categories to find available categories)
description string Yes Short description/excerpt of the blog post
publishedAt string Optional ISO timestamp for publication date (defaults to now for PUBLISHED status)
imageAltText string Yes Alt text for the featured image (for SEO and accessibility)

Parameters from the server's own tool schema.

Why create_blog_post is rated Medium

This tool creates new blog post content, which is a reversible write operation. While it modifies the GoHighLevel system state, blog posts can be edited or deleted later. The severity is medium because misuse could spam the platform or publish unwanted content, but the blast radius is limited to blog content rather than critical business data or financial operations.

From the tool's definition Tool name is 'create_blog_post' and description states 'Create a new blog post in GoHighLevel'. The verb 'Create' and action of generating new content clearly indicates data creation.

Risk signalsAccepts raw HTML/template content (content) · High parameter count (13 properties)

Questions about create_blog_post

What does the create_blog_post tool do? +

Create a new blog post in GoHighLevel. Requires blog ID, author ID, and category IDs which can be obtained from other blog tools. It is categorised as a Write tool in the Ghl MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does create_blog_post accept? +

create_blog_post accepts 12 parameters: tags, title, author, blogId, status, content, urlSlug, imageUrl, categories, description, publishedAt, imageAltText. Required: title, author, blogId, content, urlSlug, imageUrl, categories, description, imageAltText. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on create_blog_post? +

Register the Ghl MCP server in PolicyLayer and add a rule for create_blog_post: 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 Ghl. Nothing to install.

What risk level is create_blog_post? +

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

Can I rate-limit create_blog_post? +

Yes. Add a rate_limit block to the create_blog_post 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 create_blog_post completely? +

Set action: deny in the PolicyLayer policy for create_blog_post. 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 create_blog_post? +

create_blog_post is provided by the Ghl MCP server (ghl-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Ghl, and thousands of servers like it.

This server

// 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 Ghl'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.