sushimcp

by maverickg59
AGPL 3.0
282
4

fetch_llms_txt

Fetch and process LLMs.txt file content to locate documentation or reference links. Use to streamline access to distributed LLM information across multiple URLs.

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
inputYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input": { "anyOf": [ { "additionalProperties": false, "properties": { "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] } }, "required": [ "input" ], "type": "object" }

You must be authenticated.

Other Tools from sushimcp

Related Tools

    ID: 7ii3flnhvp