Skip to main content
Glama

Physical AI Jobs

Server Details

Find robotics, humanoid and embodied AI jobs from PhysicalAI.jobs.

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

search_jobs and latest_jobs both return jobs, but their descriptions clearly separate keyword-based discovery from recency-based discovery. get_job and search_companies serve distinct purposes with minimal overlap.

Naming Consistency4/5

Most tools follow a clear verb_noun snake_case pattern: get_job, search_jobs, search_companies. latest_jobs breaks the pattern by using an adjective instead of a verb, and there is minor singular/plural inconsistency.

Tool Count5/5

Four tools is well-scoped for a niche job board server. Each tool covers a meaningful user action without unnecessary redundancy or bloat.

Completeness5/5

The tool surface covers the full read-only job discovery flow: search jobs, view latest jobs, fetch job details, and search companies. There are no obvious dead ends for the stated purpose.

Available Tools

4 tools
get_jobGet Physical AI Job DetailsA
Read-onlyIdempotent
Inspect

Retrieve additional sanitized public details for one PhysicalAI.jobs listing. Use this after search_jobs or latest_jobs when the user wants more information. The result links back to PhysicalAI.jobs and never exposes a hidden employer ATS URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesStable public job ID returned by PhysicalAI.jobs.

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYes
slugNo
tagsNo
titleYes
remoteNo
salaryNo
companyNo
summaryNo
categoryNo
locationNo
open_urlYes
descriptionNo
published_atNo
canonical_urlYes
location_typeNo
employment_typeNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark this as read-only, idempotent, and non-destructive. The description adds meaningful behavioral context on top: results are 'sanitized public details', link back to PhysicalAI.jobs, and 'never exposes a hidden employer ATS URL' – a privacy guarantee not inferable from the 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 sentences with no filler. The first states the operation, and the second covers usage context and key behavioral guardrails. Information is front-loaded and each sentence contributes a distinct fact.

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?

The output schema covers return values, and the description supplies the remaining operational context: when to call it, what kind of data to expect, and the linking/privacy behavior. For a one-parameter read-only detail fetcher, nothing essential is missing.

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 schema fully documents the sole `id` parameter with type constraints and the description 'Stable public job ID returned by PhysicalAI.jobs.' The description's phrase 'for one ... listing' aligns with the parameter but adds no new syntax or format details, so the baseline 3 applies given 100% schema coverage.

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?

Description uses a clear verb-object structure: 'Retrieve additional sanitized public details for one PhysicalAI.jobs listing.' The singular 'one' and 'details' distinguish it from the sibling search tools, and the title reinforces the same purpose. No ambiguity about what resource the tool acts on.

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?

States the intended workflow: 'Use this after search_jobs or latest_jobs when the user wants more information.' That gives a clear trigger condition and places it in a sequence with siblings. It does not explicitly spell out when not to use it or name an alternative tool, so it falls short of a full when/when-not statement.

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

latest_jobsNewest Physical AI JobsA
Read-onlyIdempotent
Inspect

Find the newest current Physical AI, robotics, humanoid, embodied AI, autonomy, manipulation, perception and controls jobs on PhysicalAI.jobs. Use this for recent-job or jobs-since-a-date questions.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNoPublic PhysicalAI.jobs specialty/tag slugs or names.
limitNo
sinceNoOnly jobs published at or after this ISO 8601 date-time.
cursorNoOpaque next_cursor returned by a previous call with identical filters.
remoteNoTrue for remote-only results; false for onsite or hybrid results.
companyNoPhysicalAI.jobs company slug or company name.
countryNoCountry name, country slug, or two-letter country code.
categoryNoPublic PhysicalAI.jobs category slug or name.
currencyNoV1 salary thresholds use normalized annual USD compensation.
locationNoLocation text such as California, Taipei, or San Carlos.
min_salaryNoMinimum comparable annual salary in USD.
employment_typeNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
jobsYes
countYes
next_cursorNo

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds a bit of behavioral context by emphasizing 'newest current' and the temporal use case, but it does not disclose details like result ordering guarantees, pagination behavior, or whether 'current' means only active listings.

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 sentences with no wasted words. The core purpose and the primary use case are both front-loaded, 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.

Completeness4/5

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

For a 12-parameter tool, the description is short but sufficient for selection and initial invocation because the schema and output schema carry most of the invocation details. It clearly identifies the temporal scope and domain. It would be more complete if it explicitly routed broader searches to search_jobs or clarified whether results are ordered purely by publication date.

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 83%, so the schema already documents most parameters. The description adds no meaningful parameter-level detail beyond reinforcing the 'jobs-since-a-date' use case, which aligns with the `since` parameter. This is acceptable given the high schema coverage, but the description itself does not compensate for the undocumented `limit` and `employment_type` parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Find') and resource ('newest current ... jobs on PhysicalAI.jobs'), and clearly scopes the domain to PhysicalAI/robotics/humanoid/embodied AI jobs. It conveys recency as the distinguishing feature, but it does not explicitly contrast itself with sibling tools like search_jobs, so the differentiation is implied rather than named.

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 says to use this tool for 'recent-job or jobs-since-a-date questions,' which is clear and actionable. However, it does not state when not to use it or point to an alternative such as search_jobs for broader or more complex filtered job searches.

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

search_companiesSearch Physical AI CompaniesA
Read-onlyIdempotent
Inspect

Search public PhysicalAI.jobs company profiles and optionally restrict results to companies that currently have public live jobs. Use this for questions about robotics, humanoid or embodied AI companies and who is hiring.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
cursorNoPagination token returned by a previous call with identical filters.
hiring_onlyNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
companiesYes
next_cursorNo

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already disclose readOnlyHint, idempotentHint, and destructiveHint. The description adds useful behavioral context about the data source being public, the optional live-jobs restriction, and the current-hiring angle. No contradiction 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the action and scope. Every phrase earns its place and there is no redundant filler or repetition of schema details.

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 low-complexity, read-only search tool with no required parameters and an output schema, the description gives enough orientation to select and invoke it. Minor gaps remain around query matching and pagination semantics, but they are not blocking.

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

Parameters2/5

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

Schema description coverage is only 25%, and the description does not compensate. It implies query and hiring_only semantics but leaves limit, cursor, and exactly what query matches undocumented. With low schema coverage, this is a meaningful gap.

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 and resource: 'Search public PhysicalAI.jobs company profiles.' It also differentiates from the job-focused siblings by targeting companies, and clarifies the domain as robotics, humanoid, and embodied AI companies.

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 context: 'Use this for questions about robotics, humanoid or embodied AI companies and who is hiring.' It doesn't name sibling alternatives or say when not to use the tool, but the use-case guidance is clear enough for selection.

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

search_jobsSearch Physical AI JobsA
Read-onlyIdempotent
Inspect

Search current robotics, humanoid, embodied AI and Physical AI roles from PhysicalAI.jobs by keyword, specialty, company, location, remote status and compensation. Use this when a user wants to discover or shortlist relevant jobs.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoUse salary_desc only when comparing jobs with usable compensation data.
tagsNoPublic PhysicalAI.jobs specialty/tag slugs or names.
limitNo
queryNoKeywords or specialty, for example robotics controls, humanoid, perception, or VLA.
sinceNoOnly jobs published at or after this ISO 8601 date-time.
cursorNoOpaque next_cursor returned by a previous call with identical filters.
remoteNoTrue for remote-only results; false for onsite or hybrid results.
companyNoPhysicalAI.jobs company slug or company name.
countryNoCountry name, country slug, or two-letter country code.
categoryNoPublic PhysicalAI.jobs category slug or name.
currencyNoV1 salary thresholds use normalized annual USD compensation.
locationNoLocation text such as California, Taipei, or San Carlos.
min_salaryNoMinimum comparable annual salary in USD.
employment_typeNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
jobsYes
countYes
next_cursorNo

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds that the search covers 'current' roles and is sourced from PhysicalAI.jobs, but it does not disclose additional behavioral details like pagination behavior or any limitations beyond what annotations and schema already provide. No contradiction exists.

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 wasted words. The primary action and resource are front-loaded, and the usage guidance is a clear second sentence. Every part earns its place.

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?

Given the tool has 14 parameters and a high schema coverage of 86%, the description provides enough context: the source of jobs, the search scope, and the intended use case. The output schema is present, so the description need not explain return values. It could be slightly more explicit about how it differs from sibling tools, but it is not incomplete for invoking the tool correctly.

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 high (86%), so the burden on the description is low. The description lists filter dimensions such as keyword, specialty, company, location, remote status, and compensation, which map to query, tags, company, location, remote, and min_salary/currency. However, it adds little meaning beyond what the schema descriptions already cover, so a baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb ('Search') and resource ('current robotics, humanoid, embodied AI and Physical AI roles from PhysicalAI.jobs'), and lists the main filter dimensions. It is clear and unambiguous, but it does not explicitly name sibling tools like get_job or latest_jobs to differentiate when each should be used.

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 context: 'Use this when a user wants to discover or shortlist relevant jobs.' This tells the agent when to invoke the tool, though it does not state when not to use it or explicitly point to alternatives such as get_job or latest_jobs.

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. 4 tool updates
    • First observedget_job
    • First observedlatest_jobs
    • First observedsearch_companies
    • First observedsearch_jobs

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Live 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.
    31
    168
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    An MCP server that turns your AI assistant into a private radar for AI/infra, autonomous-driving, and embodied-AI jobs, sourcing directly from employer career sites and ATS APIs with no résumé upload or account required.
    5
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to search and explore a large database of tech job listings with filtering options.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources