{"name":"GAMS Standards AI API","description":"AI-optimized access to open resource collections for the global asset management industry: standardized templates, JSON schemas, reference documents, FAQs, and glossaries. No authentication required.","licensing":"Each collection carries its own content license (SPDX id or publisher terms), embedded as a `license` object in JSON responses and MCP tool results, with a plain-language usage_note. Collections without a license field assert no license.","documentation":{"llms":"https://open.gamstandards.com/llms.txt","llmsFull":"https://open.gamstandards.com/llms-full.txt","useWithAi":"https://open.gamstandards.com/use-with-ai"},"endpoints":{"catalog":{"method":"GET","path":"/api/ai/collections","description":"List all published collections with IDs, names, descriptions, resource counts, and direct API URLs."},"collection":{"method":"GET","path":"/api/ai/collections/{collectionId}","description":"Full collection detail as JSON: templates (with download URLs), schemas (with parsed JSON Schema), references, FAQs, glossary terms, and AI workflow hints."},"collectionMarkdown":{"method":"GET","path":"/api/ai/collections/{collectionId}/markdown","description":"Full collection detail as a structured Markdown document. Best for web-fetch tools that work with text."},"schema":{"method":"GET","path":"/api/ai/collections/{collectionId}/schema/{schemaId}","description":"Parsed JSON Schema definition (Content-Type: application/schema+json) for data extraction workflows."},"templateContents":{"method":"GET","path":"/api/ai/collections/{collectionId}/templates/{templateId}/contents","description":"Structured contents of a template file (parsed sections, fields, and tables) as JSON."},"templateContentsMarkdown":{"method":"GET","path":"/api/ai/collections/{collectionId}/templates/{templateId}/contents/markdown","description":"Template contents rendered as Markdown."},"referenceContents":{"method":"GET","path":"/api/ai/collections/{collectionId}/references/{referenceId}/contents","description":"Structured contents of a reference document as JSON."},"referenceContentsMarkdown":{"method":"GET","path":"/api/ai/collections/{collectionId}/references/{referenceId}/contents/markdown","description":"Reference document contents rendered as Markdown."},"templateDownload":{"method":"GET","path":"/api/collections/{collectionId}/templates/{templateId}/download?inline=true","description":"Download the template file (Excel, PDF, Word, ...) as bytes. Omit ?inline=true for a redirect to a signed storage URL."},"schemaDownload":{"method":"GET","path":"/api/collections/{collectionId}/schemas/{schemaId}/download?format={format}","description":"Download a schema in alternative formats: json, excel, xsd, proto, xbrl."},"referenceDownload":{"method":"GET","path":"/api/collections/{collectionId}/references/{referenceId}/download?inline=true","description":"Download a reference document as bytes. Omit ?inline=true for a redirect to a signed storage URL."}},"mcp":{"endpoint":"https://open.gamstandards.com/mcp","transport":"streamable-http","protocolVersion":"2025-03-26","discovery":"https://open.gamstandards.com/.well-known/mcp.json","description":"MCP server over Streamable HTTP POST. GET /mcp returns connection instructions and the tool list."}}