instaffo-mcp-server
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": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| instaffo_auth_statusA | Report whether a usable Instaffo session is present. |
| instaffo_loginC | Explain how to establish a session (interactive, runs in a terminal). |
| instaffo_whoamiA | Return the signed-in candidate's basic identity. |
| instaffo_get_profileA | Return the candidate's Instaffo profile: seniority, location, skills, CV. |
| instaffo_list_job_suggestionsA | List the candidate's current job suggestions (the matches shown in-app). |
| instaffo_get_job_suggestionA | Full detail for one job suggestion, by its job_uuid (from the list tool). Includes the role description, requirements, process, salary band, skills, and the screening questions that applying will require answering. |
| instaffo_list_conversationsA | List chats: company requests (inbound interest) and your job applications. |
| instaffo_save_jobA | Bookmark (favorite) a job suggestion. Reversible with instaffo_unsave_job. |
| instaffo_unsave_jobA | Remove a job from your bookmarks. Reverses instaffo_save_job. |
| instaffo_set_skill_experienceA | Set your years-of-experience for one or more skills on your profile. This writes to your real profile. Durations are 0-5 (5 means 5+). Only submit truthful values. Without confirm=true it returns a preview. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose, with no overlap between listing, getting details, saving/unsaving jobs, managing profile skills, or authentication.
All tools follow a consistent 'instaffo_verb_noun' pattern, making the action and target clear for each tool.
10 tools cover the core functionalities of a job-seeking assistant (auth, profile, job suggestions, conversations) without being excessive or insufficient.
The set covers most key operations but lacks a tool for applying to jobs, which is a significant gap for automated job search workflows.