Skip to main content
Glama

Jobvetta MCP Server

search_jobs

Search live job openings across India, checked at official employer sources. India only — non-Indian locations return no results. Returns up to 10 jobs per call with title, company, location, and a jobvetta URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoRole, skill, or company keywords
daysNoOnly jobs posted within the last N days (e.g. 2)
limitNoMax results (1-10, default 10)
locationNoIndian city, town, or state (India only)

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of disclosure. It reveals that data is 'checked at official employer sources', limits results to 10 per call, defines the geographic scope, and lists the output fields (title, company, location, jobvetta URL). This goes beyond a generic statement, though it does not cover error behavior or pagination.

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 concise sentences with no wasteful words. The first sentence states the core purpose and data source, the second adds the key constraint and return format. Every part is informative and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with four simple parameters and no output schema, the description covers the essential context: the action, scope, data source, result limit, and output fields. It does not mention error cases or pagination beyond the 10-item limit, but these are minor 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?

Schema description coverage is 100%, so all four parameters are already well-documented. The description reinforces the location restriction ('India only') but adds little meaning 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 'search', the resource 'live job openings', and the geographic scope 'across India'. It distinguishes itself from the sibling get_job by indicating it returns a list of up to 10 jobs with basic fields, which is a different function.

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 explicitly states 'India only' and warns that non-Indian locations return no results, providing a clear when-not-to-use condition. It implies use for job searching in India but does not explicitly mention the alternative get_job for detailed views, so it falls short of a perfect score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

get_job and search_jobs have clearly distinct purposes: one lists/searchs jobs and the other retrieves full details for a specific job. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern: 'get_job' and 'search_jobs'. The naming is predictable and clear.

Tool Count3/5

With only two tools, the server feels somewhat thin, but for its narrow purpose of searching and viewing job details, the count is borderline acceptable. It does not feel excessively incomplete, but is at the low end.

Completeness4/5

The core workflow of searching for jobs and retrieving full details is covered. Minor gaps exist, such as lack of pagination or advanced filtering, but these are not fatal and the main use case is served.

Resources