glean-agents

Installation
SKILL.md

glean agents

PREREQUISITE: Read ../glean-shared/SKILL.md for auth, global flags, and security rules.

Manage and run Glean agents. Subcommands: list, get, schemas, run.

glean agents <subcommand> [flags]

Subcommands

Subcommand Description
get Get details of a specific agent
list List all available agents
run Run an agent
schemas Get input/output schemas for an agent

Flags

Flag Type Default Description
--dry-run boolean false
--json string JSON request body
--output json | ndjson | text json

Examples

glean agents list | jq '.[].id'
glean agents run --json '{"agentId":"my-agent","input":{"query":"test"}}'

Discovering Commands

# Show machine-readable schema for this command
glean schema agents

# List all available commands
glean schema | jq '.commands'
Related skills
Installs
17
GitHub Stars
46
First Seen
Mar 24, 2026