Skip to main content
Glama
negrueu

linkedin-company-admin-mcp

by negrueu

Read company page

company_read_page
Read-only

Read all key company page fields—name, tagline, description, website, industry, size, type, phone, and founded year—through LinkedIn's admin edit view.

Instructions

Read every structured field for a company page.

Uses LinkedIn's ?editPage=true admin modal - the only place that exposes name, tagline, description, website, industry, size, type, phone and founded year all at once. The modal closes on navigation away; no state is modified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesNumeric page ID (e.g. ``"106949933"``) or a full ``linkedin.com/company/...`` URL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Beyond the readOnlyHint and openWorldHint annotations, the description adds useful behavioral details: it uses LinkedIn's ?editPage=true admin modal, the modal closes on navigation away, and it explicitly confirms 'no state is modified'. This provides context about the tool's mechanism and side-effect-free nature, going beyond the annotations' basic safety profile.

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 extremely concise: two sentences, no filler. It front-loads the core purpose, then provides a compact explanation of the technical mechanism and safety. Every sentence contributes meaningful information, and the structure is easy to parse.

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

Completeness5/5

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

Given the tool's simplicity (one parameter) and the presence of an output schema, the description is complete. It lists the major fields returned, explains the source (admin modal), and explicitly states that no state is modified. This is fully adequate for an agent to decide to use the tool and understand its behavior.

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 input schema already fully describes the single parameter (company_id) with examples and accepted formats, so the description adds no extra semantic meaning. With 100% schema coverage, the description correctly relies on the schema and does not need to repeat parameter details.

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 ('Read every structured field') and the resource ('company page'), using a specific verb and a defined scope. It distinguishes itself from sibling tools like company_edit_about or company_list_posts by emphasizing that it reads all structured fields at once, which is unique among the listed 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 clear context for when to use this tool: it is the only place that exposes name, tagline, description, website, industry, size, type, phone, and founded year all at once. While it doesn't explicitly name alternatives or exclusions, the 'only place' phrasing gives a strong usage signal and distinguishes it from write or listing 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/negrueu/linkedin-company-admin-mcp'

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