Skip to main content
Glama
mingyangsun-sketch

Moka MCP Server

get_job_custom_fields

Retrieve custom fields for a job by providing its ID. Optionally specify an organization ID to access custom fields from the Moka recruitment system.

Instructions

获取某职位的自定义字段。

实现说明:Moka 没有稳定的独立「职位自定义字段定义」读取接口, 但职位详情里自带 customFields,故本工具从 GET /jobs/{orgId}/{jobId} 提取。

参数:

  • job_id:职位 ID。

  • org_id:组织标识;留空则使用 .env 中的 MOKA_ORG_ID。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
org_idNo

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 the description carries full burden. It discloses the underlying API call (GET /jobs) which implies a read operation and provides context about Moka's API limitations. It does not cover rate limits or authentication, but the behavioral information 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.

Conciseness4/5

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

The description is structured with a purpose sentence, an implementation note, and parameter list. It is front-loaded and every part adds value, though it could be slightly more concise. No fluff.

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 presence of an output schema, the description adequately covers what the tool does, its parameters, and the unconventional implementation. It is complete for an agent to understand and invoke the tool, though it omits potential limitations or return format hints.

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 0%, so description must compensate. It explains job_id (job ID) and org_id (organization identifier, defaults to env variable if empty), adding meaning beyond the schema. It also explains the internal mechanism (extraction from GET /jobs).

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?

The description clearly states '获取某职位的自定义字段' (get custom fields of a job), with a specific verb and resource. It distinguishes from sibling tools like get_job_detail (full job detail) and get_offer_custom_fields (different resource).

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?

The description explains the implementation reason (no stable independent API) and that it extracts from GET /jobs, implying when to use this tool. However, it does not explicitly state when not to use it or provide specific alternatives, though siblings are listed.

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