get_custom_field_values
Retrieve all custom field values from a document by providing its ID and class. Returns labels and types for each custom field.
Instructions
Read custom field values from a document. Pass the document's ID and class (from list_cards, list_issues, etc.). Returns all custom field values found on the document with their labels and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectId | Yes | a string that will be trimmed | |
| objectClass | Yes | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |