ashby-jobs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_jobsA | List open job postings for a company's public Ashby job board, optionally filtered to titles or departments containing a keyword. Also returns the board's current total number of open postings. Args: job_board_name: the company's slug from jobs.ashbyhq.com/{slug} keyword: optional text to filter by, matched against job title and department (case-insensitive). Accepts several comma-separated keywords and returns jobs matching any of them. Leave blank to use the department saved by set_department, or pass "all" to list the whole board. |
| get_latest_jobsA | Get the most recently posted jobs for a company, optionally filtered to one department. Args: job_board_name: the company's slug from jobs.ashbyhq.com/{slug} department: optional exact department name to filter to, e.g. "Engineering". Leave blank to include all departments. top_k: how many of the most recent postings to return (default 10) |
| get_jobA | Get full details for one specific job posting, including its description. Args: job_board_name: the company's slug from jobs.ashbyhq.com/{slug} job_id: the job's id, as returned by list_jobs |
| check_companyA | Check whether a company hosts its job board on Ashby. Answers from whether the board exists, not from whether it has postings, so a company that is on Ashby but has nothing open right now still comes back as a yes with open_jobs of 0. on_ashby is null, never false, when Ashby could not be reached. Args: company: the company's slug from jobs.ashbyhq.com/{slug}, or its plain name. A name is retried as a few normalized slugs, and the one that resolved comes back as job_board for use with the other tools. |
| add_companyA | Track a company by name without looking up its jobs yet. Companies are tracked automatically whenever list_jobs runs; this is for adding one ahead of time. Names are matched case-insensitively. Args: company: the company's slug from jobs.ashbyhq.com/{slug} |
| list_companiesA | Show every company currently saved in the tracked company list. These are the boards iterate_list sweeps. A company lands here either from add_company or from any list_jobs lookup. |
| remove_companyB | Remove a company from the tracked company list. Args: company: the company's slug, matched case-insensitively |
| set_departmentA | Set the default department or keyword used when searching and iterating. Accepts several comma-separated keywords, e.g. "engineer, ai, software engineer", and a job matching any one of them counts. Each is matched case-insensitively from a word start in a posting's title or department, so broad terms work on boards that have no department by that name: "engineer" finds "Engineering" roles, while "ai" finds "Applied AI" without dragging in "Retail" or "Maintenance". Args: department: the keyword or comma-separated keywords to save. Pass an empty string to clear it and go back to searching every department. |
| iterate_listA | Check every tracked company and return the jobs posted in the last 24 hours. Args: keyword: optional text to filter by, matched against job title and department (case-insensitive). Accepts several comma-separated keywords and returns jobs matching any of them. Leave blank to use the department saved by set_department, or pass "all" to include every department. hours: how far back to look (default 24) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| list_jobs | List a company's open roles, optionally filtered by keyword. |
| get_latest_jobs | Show the most recently posted roles for a company. |
| get_job | Summarize one specific posting in detail. |
| check_company | Check whether a company posts its jobs on Ashby. |
| add_company | Track a company by name without looking up its jobs. |
| list_companies | Show the tracked company list. |
| remove_company | Stop tracking a company. |
| set_department | Set the default department used when searching and iterating. |
| iterate_list | Sweep every tracked company for jobs posted recently. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Abhinav-Sriharsha/ashby-jobs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server