Skip to main content
Glama

List connections

list_unified_connections
Read-onlyIdempotent

List connections from the connected account. Returns an array of connection records. Supports filtering by updated_gte, sort, order, external_xref, categories, env, and pagination. Use to browse or search many connections; to fetch a single connection by its ID, use get_unified_connection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNo
sortNo
limitNoMaximum number of results to return in one page (default 100)
orderNo
offsetNoNumber of results to skip, for pagination (default 0)
categoriesNoFilter the results on these categories
updated_gteNoReturn only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
external_xrefNoFilter the results to only those integrations for your user referenced by this value

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / limit / description
      Added value: +"Maximum number of results to return in one page (default 100)"
    • addedInput schema / properties / offset / description
      Added value: +"Number of results to skip, for pagination (default 0)"
  2. Changed1 schema field changed
    • changedInput schema / properties / categories / items / enum
      Previous value: -[
      -  "passthrough",
      -  "hris",
      -  "ats",
      -  "auth",
      -  "crm",
      -  "enrich",
      -  "martech",
      -  "ticketing",
      -  "uc",
      -  "accounting",
      -  "storage",
      -  "commerce",
      -  "payment",
      -  "genai",
      -  "messaging",
      -  "kms",
      -  "task",
      -  "scim",
      -  "lms",
      -  "repo",
      -  "metadata",
      -  "calendar",
      -  "verification",
      -  "ads",
      -  "analytics",
      -  "forms",
      -  "shipping",
      -  "assessment",
      -  "signing",
      -  "clubs",
      -  "datastore"
      -]New value: +[
      +  "passthrough",
      +  "hris",
      +  "ats",
      +  "auth",
      +  "crm",
      +  "enrich",
      +  "martech",
      +  "ticketing",
      +  "uc",
      +  "accounting",
      +  "storage",
      +  "commerce",
      +  "payment",
      +  "genai",
      +  "messaging",
      +  "kms",
      +  "task",
      +  "scim",
      +  "lms",
      +  "repo",
      +  "metadata",
      +  "calendar",
      +  "verification",
      +  "ads",
      +  "analytics",
      +  "forms",
      +  "shipping",
      +  "assessment",
      +  "signing",
      +  "clubs",
      +  "datastore",
      +  "cdp"
      +]
  3. Changed1 schema field changed
    • changedInput schema / properties / categories / items / enum
      Previous value: -[
      -  "passthrough",
      -  "hris",
      -  "ats",
      -  "auth",
      -  "crm",
      -  "enrich",
      -  "martech",
      -  "ticketing",
      -  "uc",
      -  "accounting",
      -  "storage",
      -  "commerce",
      -  "payment",
      -  "genai",
      -  "messaging",
      -  "kms",
      -  "task",
      -  "scim",
      -  "lms",
      -  "repo",
      -  "metadata",
      -  "calendar",
      -  "verification",
      -  "ads",
      -  "forms",
      -  "shipping",
      -  "assessment"
      -]New value: +[
      +  "passthrough",
      +  "hris",
      +  "ats",
      +  "auth",
      +  "crm",
      +  "enrich",
      +  "martech",
      +  "ticketing",
      +  "uc",
      +  "accounting",
      +  "storage",
      +  "commerce",
      +  "payment",
      +  "genai",
      +  "messaging",
      +  "kms",
      +  "task",
      +  "scim",
      +  "lms",
      +  "repo",
      +  "metadata",
      +  "calendar",
      +  "verification",
      +  "ads",
      +  "analytics",
      +  "forms",
      +  "shipping",
      +  "assessment",
      +  "signing",
      +  "clubs",
      +  "datastore"
      +]
  4. Changed3 schema fields changed
    • changedInput schema / properties / categories / items / enum
      Previous value: -[
      -  "passthrough",
      -  "hris",
      -  "ats",
      -  "auth",
      -  "crm",
      -  "enrich",
      -  "martech",
      -  "ticketing",
      -  "uc",
      -  "accounting",
      -  "storage",
      -  "commerce",
      -  "payment",
      -  "genai",
      -  "messaging",
      -  "kms",
      -  "task",
      -  "scim",
      -  "lms",
      -  "repo",
      -  "metadata",
      -  "calendar",
      -  "verification"
      -]New value: +[
      +  "passthrough",
      +  "hris",
      +  "ats",
      +  "auth",
      +  "crm",
      +  "enrich",
      +  "martech",
      +  "ticketing",
      +  "uc",
      +  "accounting",
      +  "storage",
      +  "commerce",
      +  "payment",
      +  "genai",
      +  "messaging",
      +  "kms",
      +  "task",
      +  "scim",
      +  "lms",
      +  "repo",
      +  "metadata",
      +  "calendar",
      +  "verification",
      +  "ads",
      +  "forms",
      +  "shipping",
      +  "assessment"
      +]
    • removedInput schema / properties / fields
      Removed value: -{
      -  "description": "Comma-separated list of fields to include in the response",
      -  "type": "string"
      -}
    • changedInput schema / properties / updated_gte / description
      Previous value: -"Return only results whose updated date is equal or greater to this value"New value: +"Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)"
  5. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds useful behavioral context beyond annotations: it returns an array of connection records, supports multiple filter dimensions, and supports pagination, which helps an agent anticipate response shape and usage.

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?

Three sentences with no filler: action and scope first, return shape second, filtering and usage guidance third. Every sentence earns its place, and the critical sibling distinction is included without bloating the description.

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 description covers the core operation, return shape, supported filters, pagination, and the relevant single-record alternative. With zero required parameters and no output schema, this is largely sufficient for an agent to invoke it correctly. Slight gaps remain around the meaning of env and exact pagination mechanics, but these are minor relative to the tool's straightforward list semantics.

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 63%, so the schema already documents most parameters. The description enumerates several filterable parameters (updated_gte, sort, order, external_xref, categories, env, pagination) but adds little semantic depth beyond repeating their names; notably, env and sort still lack meaningful explanation. The pagination umbrella term slightly compensates, but meaning is not substantially expanded.

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 opens with a specific verb and resource, 'List connections from the connected account,' which clearly identifies the operation and its scope. It also differentiates itself from the sibling get_unified_connection by explicitly framing this as listing many connections versus fetching a single one by ID.

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

Usage Guidelines5/5

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

Explicitly states when to use this tool ('to browse or search many connections') and names the exact alternative for the single-record case ('to fetch a single connection by its ID, use get_unified_connection'). This leaves no ambiguity about which sibling to choose.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources