Skip to main content
Glama

meetings_link_user_provider

Connects a Pipedrive user to a video calling integration by providing user UUID, user ID, company ID, and marketplace client ID to enable video features.

Instructions

Link a user with the installed video call integration.

Creates a connection between a Pipedrive user and a video calling app provider. This must be called after a user installs the video calling app so that the user's information is sent to Pipedrive.

Required fields:

  • user_provider_id: UUID linking the user to the integration

  • user_id: ID of the Pipedrive user

  • company_id: ID of the company

  • marketplace_client_id: Marketplace client identifier

Workflow tips:

  • This endpoint is typically called by video calling providers

  • The link allows the user to access video calling features within Pipedrive

  • All four parameters are required for successful linking

  • Returns success message when link is created

Common use cases:

  • Initial setup: { "user_provider_id": "1e3943c9-6395-462b-b432-1f252c017f3d", "user_id": 123, "company_id": 456, "marketplace_client_id": "57da5c3c55a82bb4" }

  • Enable video calling features for a new user

  • Connect user account after OAuth flow

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_provider_idYesUnique identifier linking a user to the installed integration (UUID format)
user_idYesID of the user to link
company_idYesID of the company
marketplace_client_idYesMarketplace client identifier for the integration
Behavior3/5

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

With no annotations, the description carries the burden. It states it creates a link and returns a success message, but lacks details on side effects, permissions, or error handling. Adequate but not thorough.

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?

Well-structured with sections (workflow tips, common use cases) and front-loaded purpose. Slightly verbose but each sentence adds information; no wasted words.

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?

Fairly complete given no output schema or annotations. Covers purpose, workflow, parameters, and use cases. Lacks error scenarios and return format, but acceptable for its complexity.

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?

Schema covers 100% of parameters with descriptions. The description reinforces and adds context by listing required fields in a bulleted format with explanatory text, adding value beyond the schema.

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 it links a user with a video call integration and creates a connection between a Pipedrive user and a provider. It uses specific verbs and resources, and implicitly distinguishes from the sibling 'meetings_delete_user_provider_link' by focusing on creation.

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?

Provides explicit context: must be called after user installs the app, typically by video calling providers. Lists common use cases but does not explicitly exclude alternatives or compare to the delete sibling.

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