Peec AI
get_chat
Get the full content of a single chat (one AI engine's response to one prompt on one date). Returns: - messages: the user prompt and assistant response(s) - brands_mentioned: brands detected in the response with their position - sources: URLs the model retrieved, with citation counts and position - queries: search queries the model issued - products: product gallery entries extracted from the response - prompt: { id } - model: { id } Use list_chats to discover chat IDs for a project.
Remote peec-ai/peec-ai-mcp
Other tools also called get_chat?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"chat_id": {
"type": "string",
"description": "The chat ID"
},
"project_id": {
"type": "string",
"description": "The project ID"
}
}
}