Skip to main content
Glama

system_get_user_connections

Retrieves all external service connections for the authorized user, showing which third-party services are integrated with their Pipedrive account. Use to verify integration status or debug connection issues.

Instructions

Get all user connections for the authorized user.

Returns data about all external service connections (integrations) for the currently authorized user. This shows which third-party services the user has connected to their Pipedrive account.

Common connections include:

  • Google (Gmail, Calendar, Drive)

  • Microsoft (Outlook, Office 365)

  • Video calling services

  • Email providers

  • Calendar services

  • And other integrations

This is useful for:

  • Checking which services are connected

  • Verifying integration status

  • Debugging connection issues

  • Auditing user integrations

Response includes:

  • Service name as key (e.g., "google")

  • Connection ID as value (e.g., "awesomeid-123-4567890")

Common use cases:

  • Check if Google is connected before using Gmail features

  • Verify email integration status

  • List all user integrations

  • Troubleshoot sync issues

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, but the description discloses the return format (service name as key, connection ID as value) and that it only returns data for the authorized user. It does not mention any destructive actions or auth requirements, but the read-only nature is inferred.

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 is overly verbose with repeated information (e.g., 'Common connections include:' list, 'This is useful for:' list, 'Common use cases:' list). It could be more concise while retaining key details.

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

Completeness5/5

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

Given no parameters and no output schema, the description provides a complete picture: the tool's purpose, return structure, examples of services, and use cases. It compensates well for missing structured fields.

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

Parameters4/5

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

The tool has zero parameters, and schema description coverage is 100%. The description does not need to add parameter info. Baseline score for 0 parameters is 4.

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 returns all user connections for the authorized user, specifying the verb 'Get' and the resource 'user connections'. It distinguishes itself from sibling system_* tools by focusing on external service integrations.

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 lists common use cases such as checking connected services, verifying integration status, debugging, and auditing. However, it does not explicitly mention when not to use this tool or alternatives, though the simple read-only nature makes it low-risk.

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/iamsamuelfraga/mcp-pipedrive'

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