Skip to main content
Glama

system_list_addons

Retrieve all active add-ons for your Pipedrive account to verify premium feature access and subscription status.

Instructions

Get all add-ons for a single company.

Returns the add-ons (billing subscriptions) configured for your Pipedrive company account.

Add-ons include features like:

  • LeadBooster (lead generation tools)

  • Prospector (contact database access)

  • Smart Docs (document management)

  • And other premium features

This is useful for:

  • Checking which premium features are enabled

  • Understanding account capabilities

  • Determining available integrations

  • Auditing subscription status

Cached for 24 hours as add-on configuration doesn't change frequently.

Response includes array of add-on codes:

  • code: Add-on identifier (e.g., "leadbooster_v2", "prospector", "smart_docs_v2")

Common use cases:

  • Check if LeadBooster is available before using lead features

  • Verify Smart Docs access for document operations

  • List all active premium features

  • Audit company subscriptions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses 24-hour caching and that it returns a list of add-on codes, but does not detail authentication, rate limits, or side effects. For a read-only list tool, this is adequate but not comprehensive.

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 moderately long with bullet points and examples, which aids readability. However, some sentences (e.g., 'Add-ons include features like...') could be trimmed without losing essential information.

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?

Given no output schema and zero parameters, the description covers the tool's purpose, typical use cases, caching, and response format. It is complete enough for an AI to select and invoke the tool correctly.

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, so no parameter documentation is needed. The description adds context about what add-ons are and response format, which is helpful beyond the empty 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 the action 'get all add-ons for a single company' and lists examples (LeadBooster, Prospector) and use cases. It uniquely identifies the tool's purpose among many siblings.

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 provides explicit use cases like checking premium features and auditing subscriptions, and mentions caching behavior. However, it lacks explicit guidance on when not to use or alternative tools.

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