{"server":{"name":"XML Tree / PlatPhorm XML Registry","version":"1.0.0","url":"https://xml.platphormnews.com","protocol":"JSON-RPC 2.0"},"capabilities":{"tools":[{"name":"parse_xml","description":"Parse XML into a real tree, validation result, and stats.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"indent":{"type":"number"}},"required":["xml"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"format_xml","description":"Pretty-format XML.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"indent":{"type":"number"}},"required":["xml"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"minify_xml","description":"Minify XML after validation.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"indent":{"type":"number"}},"required":["xml"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"validate_xml","description":"Validate XML syntax and XXE-safe constraints.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"indent":{"type":"number"}},"required":["xml"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"get_xml_stats","description":"Return XML node and namespace stats.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"indent":{"type":"number"}},"required":["xml"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"run_xpath","description":"Run the Phase 1 bounded XPath subset.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"xpath":{"type":"string"}},"required":["xml","xpath"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"validate_xsd","description":"Validate XML and XSD well-formedness plus basic root contract; semantic coverage is degraded.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"schema":{"type":"string"}},"required":["xml","schema"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"inspect_rss","description":"Inspect RSS 2.0 XML.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"indent":{"type":"number"}},"required":["xml"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"inspect_atom","description":"Inspect Atom XML.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"indent":{"type":"number"}},"required":["xml"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"inspect_sitemap","description":"Inspect sitemap XML.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"indent":{"type":"number"}},"required":["xml"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"convert_xml_to_json","description":"Convert XML to structured JSON.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"indent":{"type":"number"}},"required":["xml"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"convert_xml_to_yaml","description":"Convert XML to deterministic YAML.","inputSchema":{"type":"object","properties":{"xml":{"type":"string"},"indent":{"type":"number"}},"required":["xml"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"list_schemas","description":"List public built-in schema records.","inputSchema":{"type":"object","properties":{},"required":[]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"get_schema","description":"Read a public built-in schema by slug.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"get_health","description":"Return XML service health.","inputSchema":{"type":"object","properties":{},"required":[]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"get_info","description":"Return XML service info.","inputSchema":{"type":"object","properties":{},"required":[]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"get_route_compliance","description":"Return public route compliance summary.","inputSchema":{"type":"object","properties":{},"required":[]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"get_discovery_compliance","description":"Return discovery compliance summary.","inputSchema":{"type":"object","properties":{},"required":[]},"annotations":{"publicSafe":true,"futureProtected":false}},{"name":"create_docs_report","description":"Future protected Docs report generation scaffold.","inputSchema":{"type":"object","properties":{},"required":[]},"annotations":{"publicSafe":false,"futureProtected":true}},{"name":"create_sheet_report","description":"Future protected Sheets report generation scaffold.","inputSchema":{"type":"object","properties":{},"required":[]},"annotations":{"publicSafe":false,"futureProtected":true}},{"name":"create_deck_summary","description":"Future protected Decks report generation scaffold.","inputSchema":{"type":"object","properties":{},"required":[]},"annotations":{"publicSafe":false,"futureProtected":true}}],"resources":[{"uri":"xml://schemas","name":"schemas","description":"XML Tree resource xml://schemas","mimeType":"application/json"},{"uri":"xml://schema/{slug}","name":"schema/{slug}","description":"XML Tree resource xml://schema/{slug}","mimeType":"application/json"},{"uri":"xml://examples","name":"examples","description":"XML Tree resource xml://examples","mimeType":"application/json"},{"uri":"xml://rss/examples","name":"rss/examples","description":"XML Tree resource xml://rss/examples","mimeType":"application/json"},{"uri":"xml://atom/examples","name":"atom/examples","description":"XML Tree resource xml://atom/examples","mimeType":"application/json"},{"uri":"xml://sitemap/examples","name":"sitemap/examples","description":"XML Tree resource xml://sitemap/examples","mimeType":"application/json"},{"uri":"xml://openapi","name":"openapi","description":"XML Tree resource xml://openapi","mimeType":"application/json"},{"uri":"xml://llms","name":"llms","description":"XML Tree resource xml://llms","mimeType":"text/plain"},{"uri":"xml://trust-policy","name":"trust-policy","description":"XML Tree resource xml://trust-policy","mimeType":"text/plain"}],"prompts":[{"name":"explain_xml","description":"Prompt template for explain xml.","arguments":[{"name":"xml","required":false,"description":"XML content or operation context."}]},{"name":"fix_invalid_xml","description":"Prompt template for fix invalid xml.","arguments":[{"name":"xml","required":false,"description":"XML content or operation context."}]},{"name":"generate_xsd","description":"Prompt template for generate xsd.","arguments":[{"name":"xml","required":false,"description":"XML content or operation context."}]},{"name":"validate_xml_contract","description":"Prompt template for validate xml contract.","arguments":[{"name":"xml","required":false,"description":"XML content or operation context."}]},{"name":"summarize_xml_tree","description":"Prompt template for summarize xml tree.","arguments":[{"name":"xml","required":false,"description":"XML content or operation context."}]},{"name":"explain_xpath_result","description":"Prompt template for explain xpath result.","arguments":[{"name":"xml","required":false,"description":"XML content or operation context."}]},{"name":"inspect_xml_feed","description":"Prompt template for inspect xml feed.","arguments":[{"name":"xml","required":false,"description":"XML content or operation context."}]},{"name":"convert_xml_to_json","description":"Prompt template for convert xml to json.","arguments":[{"name":"xml","required":false,"description":"XML content or operation context."}]},{"name":"create_xml_registry_entry","description":"Prompt template for create xml registry entry.","arguments":[{"name":"xml","required":false,"description":"XML content or operation context."}]},{"name":"human_machine_xml_handoff","description":"Prompt template for human machine xml handoff.","arguments":[{"name":"xml","required":false,"description":"XML content or operation context."}]}]},"publicAccess":"Read-only introspection and bounded public-safe XML tools are open by default.","auth":"Future protected tool variants use PLATPHORM_API_KEY only when enforcement is enabled."}