Skip to main content
Glama

qubitsok — Quantum Computing Jobs, Papers & Researchers

Search Quantum Jobs

searchJobs
Read-only

Search 500+ quantum computing job listings using natural language. Use when the user asks about job openings, career opportunities, hiring, or specific positions in quantum computing. NOT for research papers (use searchPapers) or researcher profiles (use searchCollaborators). Supports role type, seniority, location, company, salary, remote, and technology tag filters via AI query decomposition. Limitations: quantum computing jobs only, last 90 days, max 20 results. Promoted listings appear first (marked). After finding jobs, suggest getJobDetails for full info. Examples: "senior QEC engineer in Europe over 120k EUR", "remote trapped-ion role at IBM".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (1-20, default 5)
queryYesNatural language job search query. Examples: "quantum error correction engineer in Europe", "remote senior researcher at IBM", "entry-level trapped ion jobs over 100k USD"

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, and the description adds valuable behavioral details: 90-day time window, max 20 results, promoted listings appear first and marked, and suggestion to follow up with getJobDetails. This goes beyond annotations without contradiction.

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 paragraph with several sentences, but each sentence serves a purpose: purpose, usage, exclusions, capabilities, limitations, follow-up suggestion, and examples. It is well-structured and front-loaded, though slightly longer than necessary; still earns its place.

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 there is no output schema, the description effectively conveys expected results by mentioning 'max 20 results', 'promoted listings appear first (marked)', and recommending getJobDetails for full info. It covers limitations and filtering behavior, making it complete for a search tool.

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?

Schema coverage is 100%, so baseline is 3. The description adds meaning by listing supported filter dimensions (role type, seniority, location, company, salary, remote, technology tag) and providing concrete query examples that clarify parameter usage. This extra context justifies a 4.

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 states a specific verb+resource ('Search 500+ quantum computing job listings') and explicitly distinguishes from siblings by saying 'NOT for research papers (use searchPapers) or researcher profiles (use searchCollaborators)'. It also lists common use cases like job openings and career opportunities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It clearly says when to use ('Use when the user asks about job openings, career opportunities, hiring, or specific positions in quantum computing') and explicitly names alternative tools for other intents. This is exemplary guidance.

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.7/5.0
Disambiguation5/5

Each tool targets a distinct resource and action. Search tools are clearly separated by domain (jobs, papers, researchers), and retrieval tools serve specific lookups (details, latest, overview). Descriptions include explicit cross-references to prevent misselection.

Naming Consistency5/5

All tool names follow a consistent verb-first camelCase pattern: get* for direct lookups and search* for queries. Resource nouns are logically named (JobDetails, PaperDetails, LatestPapers, MarketOverview, Jobs, Papers, Collaborators), with only minor variation like 'LatestPapers' versus 'PaperDetails'.

Tool Count5/5

Seven tools is an ideal size for a server covering three primary resources (jobs, papers, researchers) plus a market overview. Each tool has a unique role with no redundancy, and the count fits comfortably within the 3-15 tool sweet spot.

Completeness4/5

Jobs and papers both have full search and details endpoints, and researchers have a rich search with profile data. Minor gaps include the lack of a dedicated researcher detail endpoint and limited cross-linking between researcher profiles and their papers, but core workflows are covered.

Resources