Skip to main content
Glama

fetch_llms_txt

Retrieve content from llms.txt URLs to access AI documentation or find references to additional llms.txt files, aiding developers in delivering context to AI IDEs.

Instructions

Fetches the content of one or more llms.txt URLs. Some llms.txt files compile a list of urls to other llms.txt file locations because listing their full documentation would bloat context. If the documentation you're looking for does not exist in the llms.txt, look for reference links to other llms.txt files and follow those.

Input Schema

NameRequiredDescriptionDefault
inputYesURL string, URL object, or array of URL/objects to fetch llms.txt from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "anyOf": [ { "format": "uri", "type": "string" }, { "additionalProperties": false, "properties": { "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "additionalProperties": false, "properties": { "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" } ] }, "type": "array" } ], "description": "URL string, URL object, or array of URL/objects to fetch llms.txt from" } }, "required": [ "input" ], "type": "object" }

Other Tools from SushiMCP

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/maverickg59/sushimcp'

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