Skip to main content
Glama

twprojects-get_custom_field

Read-only

Retrieve a custom field by its ID to view its details and configuration from Teamwork.

Instructions

Get custom field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the custom field to get.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
customfieldYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.26.0
  2. Removedv1.25.0
  3. Addedv1.19.0

TDQS

C2.3/5.0
Behavior2/5

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

The description adds no behavioral information beyond the annotations. While readOnlyHint=true and destructiveHint=false are present, the description doesn't disclose details such as error behavior when the ID doesn't exist or whether related data is included.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is extremely short, but this is under-specification rather than conciseness. It doesn't provide enough context for tool selection.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity, a one-parameter schema, and output schema, the basic operation is partially covered. However, the description fails to explain how this tool fits with related custom-field tools, making it minimally viable but not complete.

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?

The schema already fully describes the single 'id' parameter with 100% coverage. The description adds no additional meaning beyond the schema, so baseline 3 is appropriate.

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

Purpose2/5

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

The description 'Get custom field.' is a tautological restatement of the tool name, providing no additional detail about what a 'custom field' is or how this differs from sibling tools like get_custom_field_value or get_custom_item_field.

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 is provided on when to use this tool versus alternatives such as list_custom_fields or get_custom_field_value. The description offers no context or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools