Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_social_csv_list

Read-onlyIdempotent

List statuses of CSV bulk-import batches for a location, with pagination support via skip and limit parameters.

Instructions

Lists the status of ALL CSV bulk-import batches for the location (operationId get-upload-status — the name is misleading; it's a paginated list, not a single status check). Supports skip/limit; userId query param is required per spec. Get Upload Status Get the status of all CSV imports for a location Endpoint: GET /social-media-posting/{locationId}/csv (Version header: v3; source: v3/social-planner-v3.json) Pagination params: skip, limit — pass them to page through full result sets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoNumber of records to skip0
limitNoMaximum number of records to return10
userIdYesUser ID
locationIdYesLocation Id
includeUsersNoInclude user data in response
isFromTemplateNoFilter CSVs imported from template library
Behavior4/5

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

Annotations already indicate readOnlyHint, idempotentHint, and non-destructive behavior. The description adds value by clarifying it's a paginated list (not a single status check), disclosing the endpoint, and noting required parameters (userId). This goes beyond annotations, but it does not detail response behavior or side effects, which are minimal for a read operation.

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

Conciseness4/5

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

The description is front-loaded with the main purpose and pagination notes. It includes endpoint and version details that may be redundant given the schema, but overall it's well-structured with minimal waste. A slightly more concise version could omit the endpoint line.

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?

The description covers the tool's basic function, pagination, and required parameters. However, with no output schema, it does not describe the return format (e.g., list of batch objects with status fields), which would be helpful for an agent to understand the response. Given the tool's simplicity and annotations, it is adequate but not fully complete.

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?

Schema coverage is 100%, so baseline is 3. The description explicitly mentions skip/limit for pagination and userId as required, adding context. However, it does not explain other parameters like includeUsers or isFromTemplate, which are in the schema but lack additional clarification in the description.

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 the tool lists the status of ALL CSV bulk-import batches for a location, using a specific verb and resource. It distinguishes itself from a potential single-status check by noting the operationId is misleading, and the tool name (csv_list) contrasts with siblings like ghl_social_csv_finalize, ghl_social_csv_upload, and ghl_social_delete_csv.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions pagination support (skip/limit) and that userId is required, providing usage context. However, it does not explicitly state when to use this tool versus alternatives (e.g., when to use list vs. get for individual status), nor does it give exclusion criteria.

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