Skip to main content
Glama
HasData

hasdata-mcp

Official

glassdoor_listing: GET /

hasdata_glassdoor_listing_getJobListings

Search Glassdoor job listings by keyword and location with sort and pagination. Returns job details including title, company, salary, URL, and next page token. Use to build job feeds, monitor hiring trends, or power candidate sourcing.

Instructions

Get GlassDoor Job Listings

Searches Glassdoor job listings by keyword and location with sort (recent/relevant), domain targeting, and nextPageToken pagination. Returns an array of jobs with title, company, location, salary estimate, posted date, job URL, and jobId, plus the next page token. Use to build job feeds, monitor hiring trends for roles/companies/regions, power candidate sourcing tools, and collect URLs for downstream full-detail scraping via the Glassdoor Job endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYesThe keyword used to search for job listings.
locationYesThe location to search for job listings.
sortNoThe sorting option for the search results.
domainNoThe domain of the Glassdoor site (optional).
nextPageTokenNoToken for fetching the next page of jobs.
Behavior3/5

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

No annotations provided, so description carries full burden. It mentions returning array of jobs with fields and next page token, implying a read operation. However, it does not disclose rate limits, authentication requirements, or any destructive behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph of ~80 words. It front-loads the main purpose but includes a list of use cases that could be more concise. Not overly verbose, but could be trimmed.

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?

No output schema, but description lists returned fields (title, company, location, etc.) and next page token. However, it lacks details on response structure, error handling, or performance. Adequate but not comprehensive.

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 clear descriptions for all parameters. The description adds that domain is optional and nextPageToken enables pagination, but does not add significant meaning beyond the schema. Baseline 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 it gets Glassdoor job listings by keyword and location with sorting, domain targeting, and pagination. It distinguishes from sibling tools like hasdata_glassdoor_job_getJobDetails (which is for full-detail scraping).

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 lists use cases (build job feeds, monitor trends, sourcing tools, downstream scraping) but does not explicitly state when not to use or compare with alternative listing tools like Indeed. No exclusion criteria.

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/HasData/hasdata-mcp'

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