manage_profile_hints
List, set, or clear profile hints that map resource keys to profile names for the auto-switch middleware. Resolve stale hints when a profile loses access to a resource.
Instructions
[Plugin v1.3.8] Inspect / set / clear profileHints — the resourceKey → profileName cache the auto-switch middleware uses to remember which profile owns each Feishu resource. Useful when a hint goes stale (e.g., a profile lost access to a doc).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | list = show all hints; set = upsert one; clear = remove one or all. | |
| resource_key | No | For set/clear: the resourceKey, e.g. "doc:doccnXXX" or "chat:oc_zzz". Omit on clear to wipe all hints. | |
| profile | No | For set: the profile name to associate with the resource_key. |