Skip to main content
Glama
mlemos
by mlemos

update_company

Modify company details in Attio CRM by updating name, description, or LinkedIn URL using the record ID. Only specified fields are changed while others remain intact.

Instructions

Update an existing company in Attio CRM by record ID. You can update name, description, and/or LinkedIn URL. Only provided fields will be updated; omitted fields remain unchanged. To manage domains, use add_company_domain and remove_company_domain tools instead. Returns the updated company record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
record_idYesThe unique record ID of the company to update (e.g., from search_companies or get_company)
nameNoUpdated company name
descriptionNoUpdated company description or notes
linkedinNoUpdated LinkedIn URL (e.g., "https://linkedin.com/company/example")
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: it's a mutation operation (implied by 'update'), uses partial updates ('Only provided fields will be updated; omitted fields remain unchanged'), and specifies the return value ('Returns the updated company record'). However, it lacks details on permissions, error handling, or rate limits.

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 efficiently structured in three sentences: the core purpose, behavioral detail on partial updates, and usage guidance with alternatives. Every sentence adds value without redundancy, and it's front-loaded with the main action.

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 the mutation nature, 4 parameters, no annotations, and no output schema, the description does well by covering purpose, partial update behavior, domain management alternatives, and return value. However, it could improve by mentioning prerequisites (e.g., needing a valid record_id) or error scenarios, leaving minor gaps for a tool with no structured safety hints.

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?

The schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds minimal value beyond the schema by listing the updatable fields (name, description, LinkedIn URL) and mentioning the record_id requirement, but doesn't provide additional syntax or format details. This meets the baseline for high schema coverage.

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 specific action ('Update an existing company'), the target resource ('in Attio CRM by record ID'), and distinguishes it from sibling tools like create_company and get_company. It specifies the updatable fields (name, description, LinkedIn URL), making the purpose unambiguous and differentiated.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool ('update an existing company by record ID') and when not to use it for related tasks ('To manage domains, use add_company_domain and remove_company_domain tools instead'). It also implicitly distinguishes it from create_company for new records and get_company for reading.

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/mlemos/attio-simple-mcp-server'

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