Skip to main content
Glama

Library MCP

by lethain

get_by_text

Retrieve blog content by matching specific text from local Markdown files using 'Library MCP'. Specify search query and limit results for precise content extraction.

Instructions

Get blog content by text in content.

Args: query: text for an exact match limit: the number of results to include

Input Schema

NameRequiredDescriptionDefault
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "get_by_textArguments", "type": "object" }

Other Tools from Library MCP

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/lethain/library-mcp'

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