Skip to main content
Glama

MCP Outline Server

by Vortiago

get_document_id_from_title

Retrieve a document ID by searching for its exact or partial title in the MCP Outline Server. Use this tool to locate a document when you know its title or need to verify its existence for further operations.

Instructions

Locates a document ID by searching for its title. IMPORTANT: This tool first checks for exact title matches (case-insensitive). If none are found, it returns the best partial match instead. This is useful when you're not sure of the exact title but need to reference a document in other operations. Results are more accurate when you provide more of the actual title in your query. Use this tool when you need to: - Find a document's ID when you only know its title - Get the document ID for use in other operations - Verify if a document with a specific title exists - Find the best matching document if exact title is unknown Args: query: Title to search for (can be exact or partial) collection_id: Optional collection to limit the search to Returns: Document ID if found, or best match information

Input Schema

NameRequiredDescriptionDefault
collection_idNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Collection Id" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "get_document_id_from_titleArguments", "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