glean-activity
Original:🇺🇸 English
Translated
Report user activity and submit feedback to Glean. Use when logging user interactions or providing relevance feedback on search results.
19installs
Sourcegleanwork/glean-cli
Added on
NPX Install
npx skill4agent add gleanwork/glean-cli glean-activityTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →glean activity
PREREQUISITE: Readfor auth, global flags, and security rules.../glean-shared/SKILL.md
Report user activity and feedback. Subcommands: report, feedback.
bash
glean activity <subcommand> [flags]Subcommands
| Subcommand | Description |
|---|---|
| Submit feedback on search results |
| Report a user activity event |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
| boolean | false | |
| string | JSON request body (required) (required) |
Examples
bash
glean activity report --json '{"events":[{"action":"VIEW","url":"https://example.com"}]}'Discovering Commands
bash
# Show machine-readable schema for this command
glean schema activity
# List all available commands
glean schema | jq '.commands'