Back to tools

read_llms_file

Read llms.txt or llms-full.txt from the public MCP discovery surface.

Schema and Policy
{
  "name": "read_llms_file",
  "description": "Read llms.txt or llms-full.txt from the public MCP discovery surface.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "full": {
        "type": "boolean"
      }
    }
  },
  "category": "Registry",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}