Skip to main content
Glama

MCP Outline Server

by Vortiago

restore_document

Recover deleted documents from the trash and restore them to active status using the document ID. Retrieve accidentally deleted or trashed content within a 30-day period.

Instructions

    Recovers a document from the trash back to active status.
    
    Use this tool when you need to:
    - Retrieve accidentally deleted documents
    - Restore documents from trash to active use
    - Recover documents deleted within the last 30 days
    - Access content that was previously trashed
    
    Args:
        document_id: The document ID to restore
        
    Returns:
        Result message confirming restoration
    

Input Schema

NameRequiredDescriptionDefault
document_idYes

Input Schema (JSON Schema)

{ "properties": { "document_id": { "title": "Document Id", "type": "string" } }, "required": [ "document_id" ], "title": "restore_documentArguments", "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/Vortiago/mcp-outline'

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