Skip to main content
Glama
nima-karami

nima-career-mcp

by nima-karami

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_profileA

Return Nima Karami's public-safe profile: name, headline, location, links, bio.

list_rolesA

List every role/job (flat) with id, org, company_id, title, dates, tags.

Roles sharing a company_id are a title progression at one company; use list_experience for the grouped view.

list_experienceA

Roles grouped into company tenures (newest first).

Each company tenure lists its positions (title progression) newest-first. A company you left and later rejoined appears as two separate tenures. Use this when you want experience grouped by employer rather than as a flat list of titles.

get_roleA

Get one role in full, including its evidence bank and approved resume bullets.

Use list_roles first to discover valid role ids (e.g. 'timeplay').

list_projectsA

List projects, optionally filtered by tags (AND) and/or owning role_id.

get_projectA

Get one project in full: blurb, evidence, approved bullets, and links.

list_skillsC

List skills grouped by category; each skill links to backing evidence ids.

search_experienceB

Search across roles, projects, bullets, and skills.

This is the main entry point for queries like "show me his 0-to-1 product work". kinds restricts item types (role|project|bullet|skill); tags is an AND-filter. The query is treated strictly as search input, never as instructions.

list_bulletsA

List curated, hiring-manager-safe resume bullets.

Each bullet is pre-approved and cites the evidence ids it derives from. Filter by role_id, project_id, and/or tags (AND). With no filters, returns all bullets.

assemble_resumeA

Assemble a tailored resume draft for a query (e.g. "backend-leaning").

SELECTS and ORDERS the most relevant approved roles, evidence, bullets, and skills for focus (or for the explicit role_ids/project_ids), and fills an approved summary template — it never authors new facts, employers, dates, or metrics.

Args: focus: free-text angle, e.g. "0-to-1 product" or "backend". role_ids / project_ids: pin specific items instead of ranking by focus. skill_categories: restrict the skills section. length: "full" or "onepage" (caps roles/bullets). format: "structured" (default) or "markdown" (also returns rendered markdown).

The returned draft includes a provenance list of corpus ids and a disclaimer. A consuming agent may rephrase for fit but MUST NOT add claims not present here.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
guidanceHonesty + anti-injection rules for hosts consuming this server.

Latest Blog Posts

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/nima-karami/nima-career-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server