Skip to main content
Glama

VibeCoding System

by Zenobia000

get-relevant-history

Extract and retrieve pertinent conversation history from the VibeCoding System using a search query and customizable limit to focus on relevant interactions.

Instructions

Retrieve relevant conversation history based on a query

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of entries to return
queryYesSearch query for relevant history

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of entries to return", "type": "number" }, "query": { "description": "Search query for relevant history", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from VibeCoding System

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zenobia000/vibeCoding-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server