Skip to main content
Glama
Workforce-Cloud-Tech

Recruit CRM MCP Server

Get Custom Field Details

get_custom_field_details
Read-only

Fetch custom field configuration by field ID and entity type, including dropdown or multiselect option values.

Instructions

Fetch curated details for one custom field by field_id and entity_type, including dropdown or multiselect option values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
field_idYesCustom field id.
entity_typeYesEntity type the field belongs to.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
field_idYes
field_nameYes
field_typeYes
searchableYes
option_valuesYes
supported_filter_typesYes
filter_value_required_forYes
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds that the response includes dropdown or multiselect option values, which provides some behavioral context, but it does not discuss permissions, errors, or other edge cases. No contradiction with annotations.

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?

The description is a single, front-loaded sentence that states the action, target, and key detail about return content without any filler or redundancy.

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?

For a simple getter with two fully described parameters, read-only annotations, and an output schema present, the description is sufficient. It captures the purpose and key return content; missing explicit usage alternatives is a minor gap given the tool's simplicity.

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

Parameters3/5

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

Schema coverage is 100%, so both field_id and entity_type are already fully described. The description restates these parameters as lookup keys and adds the qualifier 'curated' but does not introduce meaning beyond the 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?

The description uses a specific verb ('Fetch') and identifies the resource ('custom field details') with clear scope ('one custom field by field_id and entity_type'). It distinguishes itself from list_custom_fields by emphasizing a single field and including option values.

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

Usage Guidelines3/5

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

The usage context is implied by the description ('one custom field') and the existence of sibling list_custom_fields, but it does not explicitly state when to use this tool versus alternatives or provide any exclusions. No misleading guidance is present.

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/Workforce-Cloud-Tech/mcp-recruitcrm'

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