Library MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_by_tagC | Get blog content by its tag. Args: tag: the tag associated with content limit: the number of results to include |
| get_by_textC | Get blog content by text in content. Args: query: text for an exact match limit: the number of results to include |
| rebuildA | Rebuild text index. Useful for when contents have changed on disk |
| search_tagsB | Search for tags matching the provided query. Args: tag_query: partial or full tag name to search for limit: the maximum number of tags to return |
| list_all_tagsA | List all tags sorted by number of posts and most recent post. |
| get_by_slug_or_urlB | Get a post by its slug or URL. Args: identifier: the slug, URL, or path fragment to search for |
| get_by_date_rangeB | Get posts published within a date range. Args: start_date: the start date in ISO format (YYYY-MM-DD) end_date: the end date in ISO format (YYYY-MM-DD) limit: the maximum number of posts to return |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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