Jobero job search
Server Details
Paid job search: 7 matched roles, each with a tailored CV and cover letter.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 4 of 4 tools scored.
Each tool has a clearly distinct purpose: pricing info, search status, agent registration, and starting a search. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern: get_pricing, get_search_status, register_agent, start_job_search. The convention is uniform and predictable.
With 4 tools, the set is well-scoped for a job search service. Each tool earns its place and covers the essential workflow without being bloated.
The tools cover the full lifecycle: register to get an API key, start a search (with payment fallback), check status, and understand pricing. No obvious gaps or dead ends in the core use case.
Available Tools
4 toolsget_pricingGet pricingARead-onlyInspect
What a Jobero search costs and how to pay for it, in card and stablecoin terms. No auth required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true and openWorldHint=false, so the safety profile is known. The description adds valuable context beyond annotations by stating 'No auth required,' disclosing that this tool is publicly accessible without credentials. No contradictions with annotations.
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 a single, concise sentence that front-loads the key information: what the tool returns (cost and payment terms) and a critical usage note (no auth). Every word earns its place with no redundancy.
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?
With no parameters, no output schema, and low complexity, the description is complete for an agent to understand purpose, usage, and the nature of the result. It clearly explains what the tool provides ('costs and how to pay') and that it requires no authentication, covering all necessary context.
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 tool has zero parameters, so per the rubric the baseline is 4. The description appropriately focuses on what information is returned rather than parameter details, which are irrelevant here.
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 what the tool does: it provides the cost of a Jobero search and payment methods in card and stablecoin terms. This is specific and distinct from sibling tools like get_search_status, register_agent, and start_job_search, which focus on search lifecycle operations.
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 gives clear context that no authentication is required, which guides the agent when this tool can be invoked. It doesn't explicitly mention alternatives, but the sibling tools are obviously different in purpose, so the usage context is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_search_statusCheck a searchARead-onlyInspect
Progress of a search, and the matched roles with the reason each was picked once it finishes.
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | Omit to get the most recent run for this account |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds that matched roles and reasons are provided 'once it finishes,' informing the agent of asynchronous result availability. Annotations already mark the tool as read-only, so this is extra context. It does not disclose polling behavior or error cases, but with annotations covering safety, this is adequate.
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 short and efficiently conveys the core purpose, but it is a sentence fragment and could be structured more clearly with an explicit verb. Still, every word earns its place and there is no fluff.
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 read-only tool with one optional parameter and no output schema, the description sufficiently indicates what the response contains: progress and final matched roles with reasons. The schema covers the parameter, and annotations cover the safety profile, leaving only minor gaps like possible empty states.
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 fully describes the only parameter, run_id, including the default behavior when omitted. The description adds no additional parameter semantics beyond what is already in the schema. With 100% schema coverage, the baseline score of 3 is appropriate.
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 the tool provides search progress and matched roles with reasons once finished. While it lacks an explicit verb, the title 'Check a search' and name 'get_search_status' clarify the action. It distinguishes itself from sibling 'start_job_search' by focusing on status retrieval.
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?
No explicit guidance about when to use this tool versus alternatives. The description only lists what it returns; it does not mention that it should be used after starting a job search or contrast with other tools. However, the name and sibling set imply usage for checking an existing search, which qualifies as implied guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
register_agentRegister for an API keyAInspect
Create an agent identity and receive an API key. Registration is free and includes no free searches.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| Yes | Email that will own the account and receive results |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the transparency burden. It discloses that registration is free and that no free searches are included—useful behavioral context. However, it does not mention side effects like email verification, whether the API key is returned immediately or via email, or any rate limits. It is adequate but not rich.
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 with no filler. The purpose is front-loaded, and the second sentence adds a relevant limitation. Every word earns its place.
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?
With no output schema and no annotations, the description should fully explain what the tool returns and what to expect. It says 'receive an API key' but not how or when. It also doesn't mention that the email is required (though schema does). Given the simple nature of the tool, it is sufficient but leaves some gaps about the registration flow.
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?
Schema description coverage is only 50% (email is described, name is not). The description 'Create an agent identity' does not explicitly explain the name or email parameters beyond the schema. It adds no parameter-specific guidance, failing to compensate for the undocumented 'name' field.
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 'Create an agent identity and receive an API key,' which is a specific verb+resource. It distinguishes itself from sibling tools like get_pricing and start_job_search by focusing on registration.
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 makes the usage context clear: use this tool when you need to register an agent and obtain an API key. It also provides a useful caveat ('registration includes no free searches'), which sets expectations for follow-up usage. No explicit exclusions are given, but none are necessary for such a distinct operation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
start_job_searchStart a job searchAInspect
Spend one credit to run a full search: 7 roles matched to the profile, each with a tailored CV and cover letter emailed to the account address. Requires an API key. With no credit left it returns an x402 PaymentRequired; retry the same call with the signed payment in _meta["x402/payment"] to pay in USDC and run immediately.
| Name | Required | Description | Default |
|---|---|---|---|
| cv_type | No | pdf, docx, or the MIME type | application/pdf |
| profile | Yes | ||
| cv_base64 | Yes | The job seeker CV as base64, PDF or DOCX |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description reveals key side effects: spending credit, sending emails, requiring payment if no credit, and the x402 PaymentRequired error with USDC payment retry. Annotations only indicate non-read-only and open-world, so the description adds substantial transparency beyond the structured data.
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, front-loaded with the credit cost and outcome, and no filler. Every sentence adds critical information about cost, behavior, and error recovery.
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?
The description covers cost, side effects, and error handling, but does not describe the success return value or whether the tool returns a status reference. Since there is no output schema, this is a gap, though the sibling get_search_status may partially compensate.
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?
Schema coverage is only 67%, and the description does not add meaningful parameter semantics. It mentions 'profile' and 'CV' generally but does not explain cv_type or the relationship between cfg_email and the API key. It provides almost no value beyond the schema for parameter understanding.
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 runs a full search producing 7 matched roles, each with a tailored CV and cover letter emailed to the account address. This is a specific verb+resource and distinguishes it from sibling tools like get_search_status or get_pricing.
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 clear context: requires an API key, costs one credit, and explains the payment retry flow when credit is insufficient. It does not explicitly name alternatives or state when not to use it, but the usage context is well defined.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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 Servers
- Flicense-qualityDmaintenanceAI-powered job matching and CV generation tool that searches jobs on LinkedIn and Seek, analyzes CV fit, and generates tailored CVs.Last updated
- AlicenseAqualityAmaintenanceScans 130+ company careers pages and scores every role against your resume with an LLM (0–100), surfacing top matches. Drafts tailored cover letters and resume bullets for any job on demand, and exports scan results to CSV.Last updated13189MIT
- AlicenseAqualityAmaintenanceTailor your CV to any job posting with ATS keyword scoring and clean PDF/DOCX export.Last updated61MIT
- Alicense-qualityCmaintenanceProcesses and manages applicant resumes, facilitates job searches, generates job-specific resumes, and creates tailored cover letters.Last updated1MIT