Output labels

Output (interface) labels should be clear and consistent so it is easy for users to understand their data and confidently map values between different modules.

Consider the following when creating output labels:

  • Use sentence case capitalizationarrow-up-right. Capitalize only the first word and proper nouns.

  • Use plain terms rather than API formats.

  • Match terminology exactly. The output label must be identical to the corresponding mappable parameter.

  • Follow the same order. The output labels and mappable parameters should be listed in the same order in both locations.

circle-info

Raw values (the actual keys returned by the API) shouldn’t be updated. They must be left as-is so they accurately reflect the external service's API documentation.

Output label examples

Correct
Incorrect

Email address

Email Address

User ID

userID or user_id

This example from Make AI Toolkit > Simple text prompt follows the standard practices listed above.

Last updated