Skip to main content
Glama

Library MCP

by lethain

get_by_tag

Retrieve blog content filtered by specific tags using the Library MCP server. Specify the tag and limit results to streamline content discovery and organization.

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