Skip to main content
Glama
mingyangsun-sketch

Moka MCP Server

get_candidate_detail

Fetch full candidate details including education, work experience, custom fields, stage, job, offer, interviewers, referrals, and attachments by providing the application ID.

Instructions

获取单个候选人的完整信息。

对应 Moka 接口:GET /data/ehrApplications?applicationId={id}(v1)

参数:

  • application_id:候选人申请 ID;支持逗号分隔的多个 ID(如 "81,82,83")。

返回包含基本信息、教育/工作经历、自定义字段、阶段、职位、Offer、 面试官、内推人、附件等。注意附件与头像 URL 有效期仅 1 小时。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
application_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It mentions the API method (GET) implying read-only, notes return content structure, and warns that attachment/avatar URLs expire in 1 hour. This provides useful behavioral context, though explicit safety hints are missing.

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?

Description is concise with a clear first sentence stating purpose, followed by API reference, parameter description, return summary, and a key behavioral note. No redundant information.

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?

Given the complexity (single parameter, output schema exists), the description covers the essential aspects: purpose, parameter format, return contents, and URL expiration. Missing explicit permission or error information, but overall sufficient for a simple retrieval tool.

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

Parameters5/5

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

Schema has 0% description coverage, so the description fully compensates. It explains application_id as '候选人申请 ID' (candidate application ID) and importantly notes support for comma-separated multiple IDs with an example, adding significant meaning beyond the bare schema.

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

Purpose4/5

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

The description states '获取单个候选人的完整信息' (get complete info of a single candidate), which is clear. However, it later allows comma-separated multiple IDs, creating slight ambiguity about single vs. multiple. It does not explicitly differentiate from siblings like search_candidates or get_candidate_applications.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. It does not mention siblings or provide when-not-to-use conditions. The only context is the API endpoint, which is technical but not decision-guiding.

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/mingyangsun-sketch/moka-mcpserver'

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