Skip to main content
Glama
ikrigel
by ikrigel

extract_job_description

Extracts job descriptions and key skills from job posting URLs, identifying keywords to tailor CV modifications.

Instructions

Extracts job description and keywords from a LinkedIn or job posting URL. Scrapes the job posting, extracts key information, and identifies important keywords and skills.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the job posting (LinkedIn, Indeed, Glassdoor, etc.)
extractKeywordsNoWhether to automatically extract and categorize keywords from the job description
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It mentions scraping and extracting keywords, which adds context, but it does not disclose potential side effects, such as external network calls, rate limits, or error behavior. The description is adequate but not rich.

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 two sentences, front-loaded with the primary action, and contains no unnecessary information. Every word earns its place, making it highly concise and structured.

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 description is sufficient for a simple extraction tool, but there is no output schema, so it would benefit from outlining return values. It also does not differentiate between sibling tools beyond the basic purpose, leaving some contextual gaps.

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 provides full descriptions for both parameters (url and extractKeywords), giving a baseline of 3. The description adds context about keywords and skills but does not provide additional meaning beyond what the schema already states.

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 tool extracts job descriptions and keywords from a LinkedIn or job posting URL, with a specific verb and resource. It distinguishes itself from sibling tools like modify_cv and analyze_cv_job_match by focusing on extraction from external URLs.

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 implies the tool should be used when given a job posting URL to extract information, providing clear context. However, it does not explicitly mention when to use alternatives or when not to use this tool, so it lacks explicit exclusions.

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/ikrigel/mcp-server-cv-modify'

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