Skip to main content
Glama

Library MCP

by lethain

get_by_tag

Retrieve blog content by specific tag with customizable results limit using the 'get_by_tag' tool on the Library MCP server. Streamline content discovery in Markdown knowledge bases.

Instructions

Get blog content by its tag.

Args: tag: the tag associated with content limit: the number of results to include

Input Schema

NameRequiredDescriptionDefault
limitNo
tagYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "title": "Limit", "type": "integer" }, "tag": { "title": "Tag", "type": "string" } }, "required": [ "tag" ], "title": "get_by_tagArguments", "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