add_specialist_context
Add a specialist context to your profile with a name and description, and set it to active immediately if needed.
Instructions
Add a new specialist context to the user profile.
Appends to specialist_contexts in user-config.yaml. Creates the file
with defaults if it doesn't exist yet.
Args:
name: Short label, e.g. "Epidemiological dashboards"
description: 1-2 sentences about what this context covers.
active_by_default: Whether to add to active_contexts immediately.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | Yes | ||
| active_by_default | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |