Skip to main content
Glama

Get Job Details

get_job_details
Read-only

Obtain full details for a LinkedIn job posting by providing its numeric job ID. Returns all fields from the original listing.

Instructions

Get full details for a specific LinkedIn job posting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesLinkedIn numeric job ID (e.g. '4252026496'). Get these from get_saved_jobs output.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description is consistent with these annotations but adds no additional behavioral context beyond what is already provided by the structured data.

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, front-loaded sentence with no extraneous words. Every word is necessary and directly conveys the tool's purpose.

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 (one parameter, output schema exists) and the description adequately states its purpose. However, it could be more complete by explicitly linking to get_saved_jobs or mention the output schema, though annotations and schema largely compensate.

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?

Schema coverage is 100% with one parameter (job_id) described as 'LinkedIn numeric job ID... Get these from get_saved_jobs output.' The tool description adds no additional parameter information beyond what the schema already provides, so the baseline of 3 is appropriate.

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' and the resource 'full details for a specific LinkedIn job posting.' It specifies the scope (specific job) and distinguishes from sibling tools like get_saved_jobs (which retrieves a list) and analyze_saved_jobs (which analyzes).

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus alternatives. It is implied from the name and schema that it should be used after get_saved_jobs to get details of a specific job, but no guidance is provided.

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/outpost2026/linkedin-mcp-analyzer'

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