Skip to main content
Glama

LinkedIn MCP Server (Salesbot)

update_crm_company

Idempotent

Update a CRM company's account notes or details (name, website, industry, location, headcount). notes replaces the whole account note unless append_notes=true, which adds a new paragraph. Renaming changes how future leads are matched to this company.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
notesNoAccount note text.
websiteNo
industryNo
locationNo
headcountNo
append_notesNoAppend notes as a new paragraph instead of replacing (default false).
crm_company_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

The description adds significant behavioral detail beyond the annotations: notes replaces the entire note unless append_notes=true, and renaming affects future lead matching. These are crucial side effects not captured by the annotations (readOnlyHint=false, idempotentHint=true, destructiveHint=false). No contradiction with annotations; the description enriches the agent's understanding of side effects.

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?

The description is two sentences, front-loaded with the core purpose, then delivers the two most critical behavioral nuances (notes replacement and renaming side effect). No filler, every sentence earns its place.

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?

For a tool with 8 parameters and no output schema, the description covers the essential usage aspects: what fields can be updated, the notes behavior, and a side effect of renaming. It does not explicitly state that updates are partial (only provided fields), but that is implied by the optional fields. Missing a note on return value, but without an output schema this is less critical.

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?

With only 25% schema description coverage, the description compensates by listing the updatable fields and clarifying that notes replaces the whole note unless append_notes=true. This adds meaning beyond the bare schema types, especially for the notes and append_notes behavior. However, it does not elaborate on semantics of each field (e.g., what headcount represents), but the field names are self-explanatory enough.

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 states a specific verb ('Update') and resource ('CRM company'), enumerates the affected fields (account notes or details: name, website, industry, location, headcount), and differentiates from siblings like update_crm_lead or update_contact by targeting companies. It also explains the special behavior of notes and renaming, making the purpose 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 clear context for when to use the tool (updating CRM company details), and the behavioral notes (notes replacement, append option, renaming side effect) help the agent decide if this is the right action. However, it does not explicitly compare against alternatives such as log_crm_note or update_crm_lead, nor state exclusions, so it lacks explicit when-not guidance.

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.