Skip to main content
Glama
negrueu

linkedin-company-admin-mcp

by negrueu

Edit company About

company_edit_about

Replace a company's LinkedIn About section with new text. Provide the company ID and the new about text; line breaks are preserved.

Instructions

Replace the company page About section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
about_textYesThe new description. LinkedIn limits this to ~2000 characters. Line breaks are preserved.
company_idYesNumeric page ID or full LinkedIn URL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With readOnlyHint=false already signaling a write operation, the description adds important nuance by specifying 'replace' rather than 'update', indicating that the entire About section is overwritten. However, it doesn't disclose additional behaviors like validation, irreversibility, or 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 a single sentence with no filler, effectively communicating the core action.

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

Completeness3/5

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

The tool is simple, and the schema covers parameters and output. However, the lack of usage guidelines and minimal behavioral disclosure makes it slightly less complete for an AI agent that needs to decide when to invoke it.

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?

Both parameters are fully documented in the input schema (100% coverage). The description doesn't add parameter-level information, but given the schema's completeness, this is acceptable.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'replace' and the resource 'company page About section', making the purpose obvious. It doesn't explicitly contrast with sibling tools like company_update_details, but the specificity about the About section provides adequate differentiation.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as company_update_details. There's no mention of prerequisites, required permissions, or scenarios where a different tool would be more appropriate.

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/negrueu/linkedin-company-admin-mcp'

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