list_project_target_preferences
List low-level per-project tracker target preference records, optionally filtered by project, to inspect recently used preference key/value payloads.
Instructions
List low-level per-project tracker target preference records. These Huly ProjectTargetPreference records are attached to projects and used by tracker UI/workflows to remember target-related preference props. Omit project to list recent preferences across projects, or pass a project identifier to inspect one project's preference. Props are SDK-open key/value payloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | a string that will be trimmed | |
| limit | No | Maximum number of preferences to return (default: 50). |
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. |