List Dialogue Projects
dialogue_list_projectsList all dialogue projects in the shared workspace to discover existing conversational contexts. Returns summaries with thread counts and timestamps for each project.
Instructions
List all dialogue projects in the shared workspace.
Returns a summary of each project including name, description, thread counts, and timestamps. Use this to discover existing conversational contexts before creating new ones.
Args:
response_format (string, optional): "markdown" or "json" (default: "json")
Returns: Array of project summaries with id, name, description, thread_count, active_thread_count, timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' or 'json' (default: 'json') |