Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_blog_post_list

Read-onlyIdempotent

Retrieve a paginated list of all blog posts for a specific blog ID, with optional filters for status and search term.

Instructions

Lists all posts for a given blogId (operationId get-blog-post) — not a single-post fetch. Requires blogId + limit; paginated. Get Blog posts by Blog ID The "Get Blog posts by Blog ID" API allows you get blog posts for any given blog site using blog ID.Please use blogs/posts.readonly Endpoint: GET /blogs/posts/all (Version header: v3; source: v3/blogs-v3.json) OAuth scopes: blogs/posts.readonly Pagination params: limit, offset — pass them to page through full result sets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYes
blogIdYes
offsetYes
statusNo
locationIdYes
searchTermNosearch for any post by name
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, openWorldHint, and destructiveHint false. The description adds valuable behavioral context: paginated (limit, offset), requires blogId and limit, and the exact endpoint and OAuth scope. No side effects are mentioned (as expected for read-only), but the pagination details enhance transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description contains some redundancy, e.g., 'Get Blog posts by Blog ID' repeated, and information about the API title could be streamlined. It is not excessively long but could be more concise. The structure includes a clear first sentence defining purpose, but the rest is somewhat messy.

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

Completeness3/5

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

Given the tool has 6 parameters and no output schema, the description covers main purpose, required params, pagination, and authentication. However, it omits explanation of locationId or the status/searchTerm filters, and does not hint at the response structure. It is adequate but incomplete.

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

Parameters3/5

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

The description explains blogId, limit, and offset as required for pagination, but fails to explain locationId (required) or the optional status and searchTerm parameters beyond the schema's minimal documentation. Schema coverage is low (17%), and the description does not fully compensate.

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 clearly states 'Lists all posts for a given blogId' and explicitly distinguishes it from a single-post fetch. The verb 'lists' and resource 'posts for a given blogId' are specific. Among siblings like ghl_blog_post_create and ghl_blog_update_post, this tool's purpose is distinct as a list operation.

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?

The description mentions required parameters (blogId + limit), pagination, and OAuth scope. It implies this tool is for listing all posts, not a single post, but does not explicitly list alternative tools or when not to use. The context is clear but lacks explicit exclusions.

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/zackscriven/ghl-mcp-server'

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