Skip to main content
Glama
lapras-inc

lapras-mcp-server

Official
by lapras-inc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LAPRAS_API_KEYNoYour 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 12 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityStale
ResponsivenessNo issues