Skip to main content
Glama

Library MCP

by lethain

get_by_text

Retrieve blog content by matching exact text within markdown files using the Library MCP. Specify a query and limit to filter results efficiently.

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" }
Install Server

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