Skip to main content
Glama
jaytuduri

Job Search MCP Server

by jaytuduri

search_jobs

Search current job openings using keywords for skills, titles, or companies, and filter by location or remote. Results include direct apply URLs.

Instructions

Search current job listings.

Use query for skills, titles, or companies (for example, "Python"), and location for a city, country, or region. Results include direct apply URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
locationNo
remote_onlyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, but 'Search' conveys a read-only operation and the description adds a useful result detail about direct apply URLs. It does not disclose pagination, rate limits, or potential dependence on external sources, but the behavior is not misleading.

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 only three short sentences, front-loaded with the core purpose and followed by compact usage examples. Every sentence adds value and there is no filler.

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 presence of an output schema reduces the need to describe return values, and the description covers the main search terms well. However, it lacks details about optional parameters (limit, remote_only) and does not address the sibling tool, leaving minor gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has four parameters with 0% description coverage. The description explains the query and location parameters with examples, but omits limit and remote_only, leaving two parameters underspecified. This is only partial compensation for the lack of schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Search current job listings,' which clearly specifies a search verb and the target resource. It does not explicitly contrast with the sibling tool job_search_sources, but the phrase 'current job listings' distinguishes the core function.

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

Usage Guidelines2/5

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

The description gives parameter usage examples ('use query for skills, titles, or companies') but does not state when to prefer this tool over alternatives or provide exclusions. There is no mention of when job_search_sources should be used instead.

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/jaytuduri/jobby-mcp'

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