Skip to main content
Glama
benpalmer1

Gorgias MCP Server

by benpalmer1

List Integrations

gorgias_list_integrations
Read-only

List integrations for a Gorgias account, filtered by type and paginated with cursors. Returns a page of integration objects with sorting options.

Instructions

GET /api/integrations — List integrations matching the given parameters, paginated. Returns a cursor-based paginated list of Integration objects for the account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by integration type. Only 'http' is supported as a filter value, though other types (phone, email, gorgias_chat, etc.) exist in the system.
limitNoMaximum number of integrations to return per page (default: 30)
cursorNoPagination cursor from a previous response (value of meta.next_cursor or meta.prev_cursor)
order_byNoSort order. Default: created_datetime:desc.
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is known. The description adds value by disclosing that results are cursor-based paginated and scoped to the account, which goes beyond the annotations. It doesn't discuss rate limits or error behavior, but the annotation coverage lowers the burden.

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

Conciseness5/5

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

The description is a single, well-structured sentence that front-loads the HTTP method and resource, then adds key details about filtering and pagination. Every word earns its place with no redundancy or verbosity.

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

Completeness4/5

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

The combination of description and schema is fairly complete: it explains the return type (Integration objects), pagination mechanism (cursor-based), and account scope. With no output schema, the description's mention of the return type is helpful. It could have noted that only 'http' can be filtered, but the schema covers that. Minor gaps remain around fully explaining pagination navigation, but overall it's solid.

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 description coverage is 100%, with detailed descriptions for type, limit, cursor, and order_by. The description's phrase 'matching the given parameters' is generic and adds no new parameter-specific meaning beyond what the schema already provides. Baseline of 3 is appropriate.

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 action (List), resource (integrations), and scope (for the account), and mentions the pagination behavior. It distinguishes itself from siblings like gorgias_get_integration (single fetch) and create/update/delete operations by specifying it returns a paginated list.

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 implies this tool is used to list integrations with optional filters and pagination, but it does not explicitly state when to use this over gorgias_get_integration or other integration-related tools. No exclusions or alternatives are mentioned.

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/benpalmer1/Gorgias-MCP-Server'

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