Skip to main content
Glama
larsbaunwall

Unlinked

by larsbaunwall

Get one LinkedIn section

linkedin_get_section
Read-onlyIdempotent

Retrieve raw data for a specific LinkedIn section, such as PROFILE or SKILLS, by providing the exact section name. Use when you need one section's raw API response.

Instructions

Get raw data for a single LinkedIn section by exact name. Use when you need one specific section or the raw API response. Section names are case-sensitive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesSection name (case-sensitive). Résumé: PROFILE, PROFILE_SUMMARY, POSITIONS, EDUCATION, SKILLS, CERTIFICATIONS, PROJECTS, ORGANIZATIONS, LANGUAGES, HONORS, COURSES, PUBLICATIONS, PATENTS, VOLUNTEERING_EXPERIENCES, RECOMMENDATIONS. Activity: CONNECTIONS, MEMBER_SHARE_INFO, ARTICLES, ALL_COMMENTS, ALL_LIKES, JOB_APPLICATIONS, JOB_POSTINGS, SAVED_JOBS, JOB_SEEKER_PREFERENCES.
maxPagesNoMax pages of results to fetch (1–25). Each page holds ~10 records. Lower this to keep responses small.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe section that was fetched.
pageCountYesPages fetched.
truncatedYesTrue if more results exist beyond the page limit.
apiVersionYesLinkedIn API version used for the request.
rawElementsYesRaw LinkedIn API elements (with metadata) for advanced use.
snapshotDataYesList of records for this section.
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, covering the safety profile. The description adds that section names are case-sensitive and returns raw data, which is useful but minimal beyond annotations.

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 with two sentences, front-loading the core purpose. Every sentence adds value: the first states the function, the second provides usage guidance and a key constraint (case-sensitivity). No extraneous information.

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 tool has 2 well-documented parameters, an output schema (present per context signals), and rich annotations, the description covers the essential purpose and use case. It mentions 'raw API response', which is helpful. It could be slightly more complete by hinting at output format, but the existing output schema handles that.

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?

With 100% schema description coverage, the schema already documents both parameters (domain enum with all values, maxPages with default/range). The tool description mentions 'exact name' and 'case-sensitive', reinforcing the schema but not adding new semantic meaning beyond it.

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 verb 'Get', the resource 'single LinkedIn section', and emphasizes 'by exact name', 'raw API response', and case-sensitivity, which distinguishes it from siblings like linkedin_get_profile and linkedin_get_activity.

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 explicitly says 'Use when you need one specific section or the raw API response', providing clear context for when to use the tool. It does not explicitly state when not to use or name alternatives, but the sibling tools in the context help fill that gap.

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/larsbaunwall/Unlinked'

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