Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_survey_get_submissions

Read-onlyIdempotent

Retrieve survey submissions from GoHighLevel with filters by survey ID, contact, or date range, and paginate results for complete data extraction.

Instructions

Get Surveys Submissions Endpoint: GET /surveys/submissions (Version header: v3; source: v3/surveys-v3.json) OAuth scopes: surveys.readonly Pagination params: page, limit — pass them to page through full result sets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFilter by contactId, name, email or phone no.
pageNoPage No. By default it will be 1
endAtNoGet submission by ending of this date. By default it will be current date(YYYY-MM-DD).
limitNoLimit Per Page records count. will allow maximum up to 100 and default will be 20
startAtNoGet submission by starting of this date. By default it will be same date of last month(YYYY-MM-DD).
surveyIdNoFilter submission by survey id
locationIdYes
Behavior3/5

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

Annotations already provide readOnlyHint, openWorldHint, idempotentHint, destructiveHint, so the safety profile is clear. The description adds OAuth scopes and pagination behavior. However, it does not disclose that locationId is required or the filtering capabilities, which are important behavioral traits.

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 concise with three sentences, front-loading the purpose. It includes technical details like version header and file path that may not be essential but do not detract significantly. Structure is adequate for the length.

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

Completeness2/5

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

With 7 parameters, 1 required, and no output schema, the description should cover filtering options (q, date range, surveyId) and the required locationId. It also lacks mention of the returned data structure. Annotations help, but the description is insufficient for a complete understanding.

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 high (86%), so the schema documents most parameters well. The description explains how page and limit are used for pagination, adding value beyond the schema. It does not describe other parameters like q, startAt, endAt, surveyId, or note that locationId is required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves survey submissions. The keyword 'Get Surveys Submissions' effectively conveys the action, and the endpoint details reinforce the purpose. However, it does not explicitly distinguish from similar tools like ghl_survey_list, which lists surveys themselves.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives, such as ghl_form_get_submissions or ghl_survey_list. The description mentions pagination but does not indicate prerequisites or scenarios where this tool is appropriate.

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