Jobs Base
Server Details
Search builder roles - jobs where one person owns engineering, product, and QA end-to-end.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsget_jobARead-onlyInspect
Get full details of a specific builder job by its ID, including description, skills, experience requirements, benefits, and company info. Use this after search_jobs to retrieve the complete listing.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The job ID |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint: true, so the tool's safe read nature is known. The description adds the specific content of the returned details (skills, benefits, etc.), which is useful but not deep behavioral context. No mention of errors, auth, or other nuances, but the annotation reduces the burden.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no fluff. The first sentence states the purpose and content, the second gives usage guidance. Every word earns its place; it is concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool with a read-only annotation and no output schema, the description is complete. It tells the agent what the tool does, what fields are returned, and when to use it. No additional context is needed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already covers the only parameter 'id' with a description ('The job ID'), yielding 100% coverage. The description adds no extra meaning beyond repeating 'by its ID' and doesn't clarify the ID's origin or format, so it stays at the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with a specific verb ('Get'), resource ('builder job'), and scope ('by its ID'). It also enumerates the details returned (description, skills, experience requirements, benefits, company info), and the phrase 'Use this after search_jobs' distinguishes it from the search sibling.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says when to use the tool ('Use this after search_jobs to retrieve the complete listing'), providing clear context relative to one sibling. However, it does not mention alternatives or exclusions (e.g., when not to use it or compare to list_filters), so it falls short of a full 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_filtersARead-onlyInspect
Get available filter values for search_jobs: job types, workplace types, cities, countries, seniority levels, and companies. Call this first to discover valid filter values before searching, especially for country codes and available cities.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds usage context (e.g., 'especially for country codes and available cities') but does not disclose return format, pagination, or other behavioral details. It adds some value beyond annotations but not rich depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the main action and the value list, followed by clear usage guidance. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter discovery tool, the description is complete: it explains what the tool returns, enumerates the categories, and specifies when to use it relative to search_jobs. Given the simple schema and annotations, this suffices.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so schema coverage is trivially 100%. The baseline for zero params is 4, and the description correctly avoids inventing parameter details while noting the types of values returned.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('Get available filter values') and explicitly lists the resource categories ('job types, workplace types, cities, countries, seniority levels, and companies'), clearly distinguishing it from siblings search_jobs and get_job.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides explicit 'when to use' guidance: 'Call this first to discover valid filter values before searching', indicating it precedes search_jobs. It does not explicitly name when not to use or alternatives, but the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_jobsARead-onlyInspect
Search and filter builder job listings on jobsbase.io — a curated board exclusively for "builder" roles (cross-functional positions where one person owns engineering, product, and delivery end-to-end: founding engineers, solo builders, 0-to-1 roles). Every job here is already an AI-native builder role, so do NOT search for generic terms like "builder", "AI", "full-stack", or "engineer" — they are redundant and will hurt results. Just use filters (country, workplace, seniority, etc.) to narrow down. Use q only for specific technologies, companies, or domain keywords. All parameters are optional.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Optional keyword for specific technologies, domains, or companies (e.g. "React", "fintech", "Stripe"). Do NOT use generic terms like "builder", "AI", "engineer", or "developer" — every job on this board already matches those. Omit to browse all jobs. | |
| city | No | Filter by city. Comma-separated for multiple: London,Berlin | |
| sort | No | Sort order: relevance (best match first), posted_at (newest first, default), salary (highest salary first) | |
| type | No | Filter by job type. Comma-separated for multiple: full-time,contract. Values: full-time, part-time, contract, freelance, internship | |
| limit | Yes | Results per page (default 30, max 100) | |
| state | No | Filter by state/province name. Comma-separated for multiple: California,Texas | |
| cursor | No | Cursor for next page of results | |
| region | No | Filter by geographic region. Comma-separated for multiple. Values: north_america, latin_america, europe, asia_pacific, middle_east_africa | |
| company | No | Filter by exact company name | |
| country | No | Filter by country code. Comma-separated for multiple: US,GB,CA | |
| workplace | No | Filter by workplace. Comma-separated for multiple: remote,hybrid. Values: remote, hybrid, on-site | |
| posted_within | No | Filter by posting date: past 24h, 3d, 7d, 14d, or 30d | |
| salary_at_most | Yes | Show jobs that can pay at most this amount annually (normalized to annual equivalent) | |
| education_level | No | Filter by minimum education level | |
| salary_at_least | Yes | Show jobs that can pay at least this amount annually (normalized to annual equivalent) | |
| seniority_level | No | Filter by seniority. Comma-separated for multiple: mid,senior. Values: internship, entry, mid, senior, lead, executive | |
| visa_sponsorship | Yes | Set to true to only show jobs that offer visa sponsorship | |
| experience_no_more_than | Yes | Show jobs requiring no more than this many years of experience |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint annotation, the description discloses a non-obvious behavioral trait: generic terms like 'builder' or 'AI' are redundant and 'will hurt results.' This adds valuable context about how the search engine processes queries. However, it doesn't mention pagination or result ordering behavior, so it doesn't fully maximize transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense but well-organized: it front-loads the purpose, then delivers a critical usage warning, then explains filter usage. Every sentence serves a clear purpose, though it could be slightly trimmed without losing value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For an 18-parameter search tool with no output schema, the description gives strong domain context but omits pagination behavior (cursor parameter) and does not explain result structure or defaults beyond what the schema already covers. The 'all parameters optional' contradiction further undermines completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
While schema coverage is 100%, the description makes a blanket claim that 'All parameters are optional,' directly contradicting the input schema's five required parameters. This false statement misleads agents about required inputs. The guidance about q is helpful but does not compensate for this significant inaccuracy.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Search and filter builder job listings on jobsbase.io' — a specific verb, resource, and scope. It clearly distinguishes this tool from siblings (get_job, list_filters) by emphasizing the search/filter capability and the unique 'builder roles' niche.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit when-to-use guidance: 'do NOT search for generic terms' and 'Use q only for specific technologies, companies, or domain keywords.' It also directs users to 'Just use filters' to narrow down, but it doesn't explicitly mention when to prefer get_job or list_filters, limiting the alternative differentiation.
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. Dates show when Glama detected each change.
1 tool update
- Changed
search_jobs1 field changed- added
Input schema / required[ "salary_at_least", "salary_at_most", "experience_no_more_than", "visa_sponsorship", "limit" ]
3 tool updates
- First observed
get_job - First observed
list_filters - First observed
search_jobs
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Search a live index of millions of open jobs from employer career sites and 100+ ATS platforms.
Job platform for AI agents. Track tech jobs from companies that match your stack.
Search job postings, companies, and technology stacks across 10M+ companies.
Semantic search over 3.5M+ live US job postings pulled straight from company ATSes. Read-only.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables real-time job search across thousands of companies' open roles from Greenhouse, Lever, Ashby, and SmartRecruiters, with full-text filtering and company-specific queries, no API key required.2MIT
- AlicenseAqualityAmaintenanceLive tech-hiring intelligence for AI agents. Search 130K+ open jobs collected daily from ~500 tech companies' own career sites â plus company hiring profiles, tech stacks, salary benchmarks, and skill trends. Five tools work with no account.31168MIT
- AlicenseNot gradedqualityBmaintenanceAI Job search over 3.5M+ live US jobs2MIT
- FlicenseNot gradedqualityCmaintenanceGenerate tailored job descriptions, hire senior developers and pull technical interview questions without leaving the conversation.2-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a distinct purpose: search_jobs finds listings, list_filters discovers filter options, and get_job retrieves full details. No overlap.
All tool names follow a consistent verb_noun pattern in snake_case: search_jobs, list_filters, get_job.
Three tools are well-scoped for a job board: search, filter discovery, and detail retrieval. No extraneous or missing core functionality.
The tool set covers the full workflow: discover filters, search with filters, and get details. No obvious gaps for a read-only job board.