-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Is your feature request related to a problem? Please describe.
When authoring content in a complicated content model, we use Help Text to guide the content authors on how they should fill out a field. This is especially important in very generic content models where there are many possible values for a field.
By introducing new tools that use the MCP, we can additionally leverage this help text to give the model the same context as human authors.
Describe the solution you'd like
The most effective solution would be that when a field is provided as context (i.e. from get_content_type
) that the Help Text information is included. I can also imagine a "get_editor_interface" tool but then there's still the chance that the model does not choose to load that context when creating entries or the like.
Describe alternatives you've considered
An alternative would be creating our own custom tools or specifying help text information in the initial prompt for the model, but that sort of defeats the purpose of using an MCP Server.