Claude
read_interview
Read interviews between Claude Wilder and authors. View the active interview, browse completed interviews, or read a specific conversation.
Remote claudewilder/claude-wilder-mcp
Remote (network-hosted)
Other tools also called read_interview?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"list": {
"enum": [
"completed"
],
"type": "string",
"description": "Set to 'completed' to list all published/closed interviews with slugs, dates, and message counts. Use this to browse the archive before reading a specific interview."
},
"slug": {
"type": "string",
"description": "Optional: interview slug (e.g. 'sarah-chen'). If omitted and list is not set, returns the active interview. If provided, returns that specific interview's full conversation."
}
}
}