Skip to main content
Glama
kula-ai

@kula-ai/mcp-server

Official
by kula-ai

update_candidate

Update a candidate's profile by providing only the fields to change. The candidate ID is required; all other fields are optional.

Instructions

Update an existing candidate's profile. All fields are optional — only send the fields you want to change. Returns the updated candidate object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCandidate ID to update
first_nameNoCandidate's first name
last_nameNoCandidate's last name
emailNoCandidate's email address
phone_numberNoCandidate's phone number
titleNoCandidate's current job title
tagsNoComma-separated tag names (replaces existing tags)
skillsNoComma-separated skill names (replaces existing skills)
candidate_source_idNoSource ID — get IDs from list_sources
social_urlsNoSocial profile URLs (replaces existing social URLs)
locationNoCandidate location using places IDs
additional_infoNoCustom field values as key-value pairs
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses that arrays (tags, skills, social_urls) are replaced rather than merged. No annotations provided, so description carries burden. Lacks details on permissions or side effects but is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no wasted words. Purpose is front-loaded. Highly concise and structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers essential update behavior and return value. With 12 parameters and nested objects, the description is adequate but could mention validation or error handling. No output schema, but description explains return.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. Description adds value by noting 'only send fields you want to change' and clarifying that certain arrays replace existing values, which goes beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Update an existing candidate's profile' with a specific verb and resource. It distinguishes from siblings like 'create_candidate' and 'get_candidate'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

States that all fields are optional for partial updates and returns the updated object. Provides clear context for when to use, though could explicitly mention not to use for creation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/kula-ai/kula-mcp-server'

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