lapras-mcp-server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LAPRAS_API_KEY | No | Your LAPRAS API key, needed for career history related tools. Can be obtained from https://lapras.com/config/api-key |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_jobsC | Search job by keyword, position, and minimum annual salary |
| get_job_detailB | Get detailed information about a specific job posting. You can apply for jobs through the URL provided in the response. |
| get_experiencesA | Get work experiences on LAPRAS(https://lapras.com) |
| create_experienceB | Create a new work experience on LAPRAS(https://lapras.com). You can check the result at https://lapras.com/cv |
| update_experienceC | Update a work experience on LAPRAS(https://lapras.com). You can check the result at https://lapras.com/cv |
| delete_experienceB | Delete a work experience from LAPRAS(https://lapras.com). You can check the result at https://lapras.com/cv |
| get_job_summaryC | Get job summary(職務要約) on LAPRAS(https://lapras.com) |
| update_job_summaryA | Update job summary(職務要約) on LAPRAS(https://lapras.com). You can check the result at https://lapras.com/cv |
| get_want_to_doA | Get career aspirations(今後のキャリアでやりたいこと) on LAPRAS(https://lapras.com) |
| update_want_to_doB | Update career aspirations(今後のキャリアでやりたいこと) on LAPRAS(https://lapras.com). You can check the result at https://lapras.com/cv |
| get_tech_skillA | Get current tech skills(経験技術・スキル・資格) on LAPRAS(https://lapras.com) |
| update_tech_skillC | Update tech skills(経験技術・スキル・資格) on LAPRAS(https://lapras.com) |
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 12 tools
Each tool targets a distinct resource or action. Job search tools (search_jobs, get_job_detail) are separate from profile management tools (experiences, summaries, skills, aspirations). Within profile, tools are clearly divided by field and CRUD operation, with no overlapping functionality.
All tool names follow a consistent snake_case verb_noun pattern (e.g., search_jobs, create_experience, update_tech_skill). Verbs are uniform (get, create, update, delete, search) and nouns clearly indicate the resource.
12 tools is well-scoped for a server that covers job search plus profile management. Each tool serves a clear purpose without unnecessary redundancy, and the total number feels appropriate for the platform's capabilities.
The tool set covers core job search (search, detail) and profile CRUD for experiences. However, for job_summary, want_to_do, and tech_skill, only get and update are provided, lacking create/delete operations. This is a minor gap but likely intentional for these single-valued fields.