Skip to main content
Glama

RBT Document Editor

by leo7nel23

clear_cache

Clear cached document data to free up memory and ensure fresh content access. Remove specific file cache or clear all cached files to resolve outdated content issues.

Instructions

Clear document cache. Args: file_path: Optional file path to clear; if None, clears all cache Returns: Success message Example: # Clear specific file clear_cache(file_path="/path/to/document.md") # Clear all cache clear_cache() @REQ: REQ-rbt-mcp-tool @BP: BP-rbt-mcp-tool @TASK: TASK-015-ClearCacheTool-Server-Setup

Input Schema

NameRequiredDescriptionDefault
file_pathNo

Input Schema (JSON Schema)

{ "properties": { "file_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "File Path" } }, "type": "object" }

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/leo7nel23/KnowkedgeSmith-MCP'

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