get_field_properties
Retrieve detailed properties of a specific field by name using Freshdesk MCP server to streamline support ticket management and integration with AI models.
Instructions
Get properties of a specific field by name.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"field_name": {
"title": "Field Name",
"type": "string"
}
},
"required": [
"field_name"
],
"title": "get_field_propertiesArguments",
"type": "object"
}