Skip to main content
Glama
Danialesss

Job Board MCP Server

by Danialesss

search_jobs

Search job listings across multiple platforms (like Lever) by keyword and location to find matching roles. Optionally set a result limit.

Instructions

Search for job listings across multiple platforms (Lever, etc.). Returns a list of jobs matching the query and location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 10)
queryYesJob title or keyword (e.g., 'Cloud Engineer', 'DevOps', 'Software Engineer')
locationNoLocation filter (e.g., 'Singapore', 'Malaysia', 'Remote'). Defaults to 'Remote'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It says it 'Returns a list of jobs' but doesn't disclose pagination behavior, result ordering, whether the 'limit' is a hard cap, or what happens when no jobs match. It also doesn't mention any rate limits or platform-specific quirks. For a search tool with no annotations, this is a notable gap.

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

Conciseness4/5

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

The description is a single sentence that is concise and front-loaded with the main action. It includes a useful example platform and states the return type. It could be slightly more structured (e.g., separating the return behavior), but it's efficient and not bloated.

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?

For a search tool with 3 parameters, 100% schema coverage, and no output schema, the description is adequate but not complete. It doesn't explain the relationship with get_job_details (e.g., 'use get_job_details to fetch full details for a returned job ID'), nor does it describe result structure or edge cases. The absence of an output schema means the description should clarify what fields are returned, but it doesn't.

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 description coverage is 100%, so the schema already documents all three parameters. The description adds minimal value beyond the schema: it mentions 'query and location' but doesn't clarify the default behavior of location ('Defaults to Remote' is in the schema, not the description). The description doesn't add meaning beyond what the schema provides, so baseline 3 is appropriate.

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 states a specific verb ('Search') and resource ('job listings across multiple platforms'), and names an example platform (Lever). It clearly distinguishes from get_job_details, which is about retrieving details for a specific job. However, it doesn't explicitly contrast with the sibling, so it's clear but not fully differentiated.

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 implies usage context: use this to find jobs matching a query and location. It doesn't explicitly state when to use get_job_details instead, nor does it mention any exclusions or prerequisites. The sibling name suggests a complementary flow (search then get details), but the description doesn't spell that out.

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