get_workspace_chat_config
Retrieves the resolved chat rules and commands for a workspace, optionally filtered by persona, to expose the same context used by the chat assistant.
Instructions
Get resolved chat rules and commands for a workspace.
Returns the list of rules and commands that apply to the workspace (and optional persona). These are the same rules and commands the workspace chat assistant sees. Response includes metadata only (id, name, scope); full rule/command content is not included in this endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persona_name | No | Optional persona for persona-scoped rules/commands. | |
| workspace_name | Yes | The workspace to query (e.g. 't-oncall'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |