wafle_agents_get
Fetch a complete agent configuration by store slug and agent slug, including system prompt, allowed tools, guardrails, trigger settings, and usage stats.
Instructions
Get one agent by its slug — full definition including system_prompt, tools_allowed, guardrails, trigger_config and stats counters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| agent_slug | Yes | Agent slug, unique within the store. Lowercase letters, digits, dash, underscore. |