Skip to main content
Glama

organizations_update

Update an existing organization in Pipedrive by providing only the fields you want to change. Modify details like name, owner, visibility, address, or custom fields.

Instructions

Update an existing organization. Only provided fields will be updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesOrganization ID
nameNoOrganization name
owner_idNoID of the user who will be the owner
visible_toNoVisibility: 1=Owner only, 3=Entire company, 5=Owner's followers, 7=Owner and visibility group
addressNoFull address
address_street_numberNoStreet number
address_routeNoStreet name
address_localityNoCity
address_countryNoCountry
address_postal_codeNoPostal code
custom_fieldsNoCustom fields as key-value pairs
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the basic operation and partial update, but lacks details on side effects, permissions, idempotency, or return value. This is insufficient for a mutation tool.

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?

One sentence, efficient and to the point. Could include slightly more context without being verbose, but current structure is good.

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

Completeness2/5

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

Despite the schema describing all parameters, the description omits expected return behavior (e.g., returns updated organization or confirmation). For a mutation tool with no output schema, this is a significant gap. Also missing prerequisites like organization existence.

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 coverage is 100% with descriptions for all parameters. The description does not add extra meaning beyond the schema, so baseline 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 ('Update') and resource ('an existing organization'), distinguishing it from sibling tools like create or delete. It is specific and unambiguous.

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 a key guideline: 'Only provided fields will be updated,' indicating partial update behavior. It does not explicitly mention when not to use it or list alternatives, but the context is clear.

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