capabilities_feedback
Report feedback about capability usage or capability search quality. Use targetType="capability" after using a capability to rate performance, reliability, correctness, latency, auth friction, or execution problems. Also use it for unclear instructions, missing schemas, or stale metadata on a specific capability. Use targetType="search" when the search results were irrelevant, incomplete, duplicated, or poorly ranked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Feedback quality or issue tags. | |
| rating | No | Optional quality rating, especially for capability usage feedback. | |
| comment | No | Short explanation of what was wrong or useful. | |
| surface | No | Optional caller surface such as codex or claude-code. | |
| targetType | Yes | Whether feedback targets a capability usage/details experience or a search result set. | |
| searchQuery | No | Search query when targetType="search". | |
| capabilityId | No | Capability id/name when targetType="capability". | |
| agentSessionId | No | Optional session id for external callers. | |
| capabilityType | No | Capability type when targetType="capability". | |
| searchResultIds | No | Optional capability ids returned by the problematic search. |