Skip to main content
Glama

Curaiz Remote Jobs

Server Details

Find fresh remote jobs matched to a person's experience, goals, and eligible locations.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool serves a distinct purpose: finding jobs, retrieving job details, and getting location taxonomy. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: find_recent_jobs, get_job_details, get_locations. This is predictable and clear.

Tool Count5/5

With 3 tools, the server is lean but each tool is essential to the core workflow (search, detail retrieval, location support). This falls within the well-scoped range.

Completeness3/5

The server covers search, details, and locations, but lacks a direct way to filter jobs by location or other criteria from the search tool. Agents must manually correlate location slugs with job results, which is a significant limitation for location-specific queries.

Available Tools

3 tools
find_recent_jobsFind Recent Relevant JobsA
Read-onlyIdempotent
Inspect

Find remote jobs ordered by semantic similarity to an ideal job description. Omit since to search the full available corpus; for an incremental search, pass searched_until from the previous successful response as since. Results are compact and never include full job descriptions.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return, from 1 to 25
sinceNoOptional inclusive discovery-time lower bound as an ISO 8601 timestamp with a timezone, at most 31 days old. Omit it to search the full available corpus. For an incremental search, pass searched_until from the previous successful response.
locationsYesOne to five exact supported applicant-location names or slugs
descriptionYesAn ideal or example job description, including desired responsibilities, skills, and seniority

Output Schema

ParametersJSON Schema
NameRequiredDescription
jobsYes
truncatedYes
result_countYes
searched_sinceYesInclusive discovery-time lower bound used for this search
searched_untilYesExclusive discovery-time upper bound captured for this search. Pass this value as since to continue with an incremental search.

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, and non-destructive behavior. The description adds meaningful behavioral context: results are ordered by semantic similarity, are compact, and never include full job descriptions. This helps set expectations about output shape beyond what annotations cover.

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 three sentences with no filler. It front-loads the primary purpose, then gives the most important usage nuance, and ends with a concise behavioral caveat. Every sentence contributes useful information.

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

Completeness5/5

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

Given the rich input schema, annotations, and an output schema, the description covers the core behavioral contract: what is searched, how incremental search works, and what results will look like. Nothing essential for invoking the tool correctly is missing.

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

Parameters4/5

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

The schema already documents all parameters with 100% coverage, so this is near a baseline of 3. The description adds extra value by explaining the incremental-search contract around `since` and `searched_until`, which is not fully derivable from the schema alone.

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 opens with a specific action and resource: 'Find remote jobs ordered by semantic similarity to an ideal job description.' This clearly conveys what the tool does and its core behavior. It is distinguishable from the sibling tools like get_job_details, since the scope is job search rather than detail retrieval.

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 gives explicit usage guidance for the `since` parameter: omit it for the full corpus and pass `searched_until` for incremental searches. It stops short of explicitly naming sibling alternatives and the conditions for choosing them, though the note that results never include full job descriptions implies when get_job_details would be relevant.

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

get_job_detailsGet Job DetailsA
Read-onlyIdempotent
Inspect

Get full details for one to three Curaiz job slugs. Descriptions and requirements are bounded to keep responses manageable.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugsYesOne to 3 job slugs

Output Schema

ParametersJSON Schema
NameRequiredDescription
jobsYes
not_foundYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, and non-destructive behavior, so the description does not need to repeat them. It adds useful context by disclosing that descriptions and requirements are bounded to keep responses manageable, a behavioral trait not visible in the schema or annotations.

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?

Two short sentences front-load the action, resource, and cardinality, then add the response-bounding caveat. There is no filler or repetition of schema or annotation content.

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

Completeness5/5

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

With one fully documented parameter, an output schema, strong read-only annotations, and a clearly scoped purpose, the description covers what an agent needs to call the tool correctly. The only minor gap is explicit sibling routing, but that is not essential for this simple retrieval tool.

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 fully documents the sole parameter with type, min/max length, min/max items, and a description. The description only restates the 1-3 range and adds the 'Curaiz' brand context, so the schema remains the primary source of parameter meaning.

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?

States exact action ('get full details'), resource ('Curaiz job slugs'), and cardinality ('one to three'). This clearly distinguishes it from discovery-focused find_recent_jobs and location-focused get_locations.

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 clearly implies the tool is for retrieving details when job slugs are already known. It does not explicitly route to find_recent_jobs for discovery, but the context is clear enough that an agent can infer the intended use.

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

get_locationsGet Supported LocationsA
Read-onlyIdempotent
Inspect

Get the hierarchical applicant-location taxonomy supported by Curaiz job search, including exact names and slugs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
locationsYes

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already cover the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false). The description adds a useful detail — the taxonomy is hierarchical and includes exact names and slugs — but does not reveal additional behavioral traits such as formatting or limitations. This is acceptable given annotation coverage.

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?

A single, front-loaded sentence that conveys all essential information without redundancy. Every phrase earns its place, making it easy for an agent to parse quickly.

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

Completeness5/5

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

For a zero-parameter, read-only lookup that has an output schema, the description fully communicates what the tool returns. The presence of an output schema removes the need to explain return values in prose, and the description covers the key selection context.

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

Parameters4/5

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

The tool has zero parameters, so schema coverage is trivially complete. The description correctly avoids mentioning parameters because none exist, earning the baseline score of 4 for zero-parameter tools.

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 uses a specific verb ('Get') and a well-defined resource ('hierarchical applicant-location taxonomy supported by Curaiz job search'), and further clarifies the output includes 'exact names and slugs.' This clearly distinguishes it from the sibling job-focused tools.

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 provides clear context that this tool retrieves location taxonomy for Curaiz job search, making it obvious when it should be used. It does not explicitly mention alternatives or exclusions, but the distinct resource and sibling set make confusion unlikely.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updates
    • First observedfind_recent_jobs
    • First observedget_job_details
    • First observedget_locations

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Search current remote / work-from-home jobs by category, region, perk, or company — with ready-to-apply links.
    5
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to search and explore remote job listings, salary stats, and popular roles, and supports token-authenticated actions like job alerts and apply redirects.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to search remote job listings, read full descriptions and structured metadata, compare roles, and retrieve original application links when the account's subscription and scopes allow.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to discover, filter, and track job openings based on the user's local resume, without uploading data to the cloud.
    15
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources