{"name":"agentui","version":"0.1.0","endpoint":"https://agentui.platphormnews.com/api/mcp","transport":"json-rpc-2.0","canonicalMcpGateway":"https://mcp.platphormnews.com/api/mcp","capabilities":{"tools":["get_agentui_info","get_info","get_health","get_storage_status","list_artifacts","get_artifact","create_local_artifact","clone_artifact","export_artifact","create_share_packet","list_workflows","get_workflow","create_workflow","update_workflow","validate_workflow","plan_workflow","dry_run_workflow","run_workflow","get_workflow_run","cancel_workflow_run","list_templates","get_template","instantiate_template","list_approvals","approve_step","reject_step","list_mcp_tools","render_mcp_tool_form","render_openapi_operation_form","render_json_schema_form","render_webhook_schema_form","validate_form_input","render_ascii_conversion_form","execute_ascii_conversion","preview_layout_artifact","score_layout_artifact","export_layout_artifact","preview_phorm_design","convert_phorm_design_to_workflow","list_cli_examples","get_cli_example","list_integrations","delegate_artifact","generate_platphormctl_command","get_integration_status","list_rendered_forms","get_rendered_form","get_public_capabilities","test_mcp_tool","execute_mcp_tool","get_route_compliance","get_discovery_compliance","get_agent_policy","list_agent_platforms","get_agent_platform","evaluate_agent_access","get_robots_policy","get_ai_policy","get_agentui_web4_manifest","get_agentui_web4_status","get_agentui_scorecard","list_agentui_fingerprints","lookup_agentui_provenance","verify_agentui_provenance","get_trust_policy","get_discovery_manifest","get_public_access_summary","publish_workflow","save_artifact","update_artifact","delete_artifact","publish_artifact","create_docs_report","create_sheet_export","create_catalog_entry","trigger_sandbox","trigger_browserops","trigger_evals","import_phorm_design","trigger_eval","trigger_sandbox_validation","trigger_browserops_check","publish_docs_report","create_sheet_report","sync_network_tools","update_agent_policy","refresh_agent_platform_registry"],"resources":["agentui://artifacts","agentui://artifact/{id}","agentui://workflows","agentui://workflow/{id}","agentui://runs","agentui://run/{id}","agentui://templates","agentui://template/{id}","agentui://rendered-forms","agentui://rendered-form/{id}","agentui://phorm","agentui://phorm/templates","agentui://cli","agentui://cli/examples","agentui://integrations","agentui://delegations","agentui://storage","agentui://approvals","agentui://mcp/tools","agentui://network/sites","agentui://network/compliance","agentui://openapi","agentui://llms","agentui://trust-policy","agent-policy://summary","agent-policy://platforms","agent-policy://robots","agent-policy://ai-policy","agent-policy://trust-policy"],"prompts":["create_agentui_artifact","render_tool_as_form","create_workflow","create_delegation_plan","explain_storage_mode","create_share_packet","create_agent_workflow","explain_workflow","debug_workflow_run","generate_human_approval_flow","generate_mcp_tool_flow","convert_mcp_tool_to_ui","create_tool_form","create_human_approval_flow","generate_workflow_template","generate_phorm_interface_prompt","convert_phorm_design_to_agentui","debug_agentui_render","create_browserops_ui_test","create_browserops_journey","create_eval_for_tool_form","create_evals_rubric","generate_cli_command_for_workflow","generate_platphormctl_repro","generate_cross_site_workflow","remediate_failed_workflow","publish_workflow_summary","human_machine_handoff_plan","human_machine_agentui_handoff"]},"counts":{"tools":87,"publicTools":59,"protectedTools":28,"resources":29,"prompts":29},"tools":[{"name":"get_agentui_info","description":"Return AgentUI product identity, public/protected boundary, and integration purpose.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_info","description":"Alias for get_agentui_info.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_health","description":"Return public AgentUI health, metrics-source, MCP, discovery, and degraded-state summary.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_storage_status","description":"Return AgentUI storage truth model for local browser, generated snapshot, delegated, exported, and server persistence modes.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"list_artifacts","description":"List server-visible AgentUI artifacts or honest degraded artifact storage status.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_artifact","description":"Get one AgentUI artifact storage status by id.","inputSchema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":false},{"name":"create_local_artifact","description":"Create a generated AgentUI artifact snapshot for local/export/delegation use without claiming server persistence.","inputSchema":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"sourceService":{"type":"string"},"sourceRef":{"type":"string"},"schema":{"type":"object"}},"required":["title"],"additionalProperties":false},"protected":false},{"name":"clone_artifact","description":"Clone an AgentUI artifact packet as a generated snapshot.","inputSchema":{"type":"object","properties":{"artifact":{"type":"object"}},"required":["artifact"],"additionalProperties":false},"protected":false},{"name":"export_artifact","description":"Export an AgentUI artifact as JSON, YAML, or Markdown.","inputSchema":{"type":"object","properties":{"artifact":{"type":"object"},"format":{"type":"string","enum":["json","yaml","markdown"]}},"required":["artifact"],"additionalProperties":false},"protected":false},{"name":"create_share_packet","description":"Create a reusable AgentUI share packet with JSON, YAML, Markdown, MCP JSON-RPC, and platphormctl examples.","inputSchema":{"type":"object","properties":{"artifact":{"type":"object"}},"required":["artifact"],"additionalProperties":false},"protected":false},{"name":"list_workflows","description":"List persisted AgentUI workflows from the server registry.","inputSchema":{"type":"object","properties":{"limit":{"type":"number","minimum":1,"maximum":100}},"required":[],"additionalProperties":false},"protected":false},{"name":"get_workflow","description":"Read one persisted AgentUI workflow by id.","inputSchema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":false},{"name":"create_workflow","description":"Create a server-persisted AgentUI workflow.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"nodes":{"type":"array"},"edges":{"type":"array"},"tags":{"type":"array","items":{"type":"string"}}},"required":["name"],"additionalProperties":false},"protected":true},{"name":"update_workflow","description":"Update a server-persisted AgentUI workflow.","inputSchema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"nodes":{"type":"array"},"edges":{"type":"array"},"tags":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"visibility":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":true},{"name":"validate_workflow","description":"Validate a workflow graph by id or supplied nodes and edges.","inputSchema":{"type":"object","properties":{"id":{"type":"string"},"nodes":{"type":"array"},"edges":{"type":"array"}},"required":[],"additionalProperties":false},"protected":false},{"name":"plan_workflow","description":"Return a public-safe execution plan for a workflow without executing protected tools.","inputSchema":{"type":"object","properties":{"id":{"type":"string"},"nodes":{"type":"array"},"edges":{"type":"array"}},"required":[],"additionalProperties":false},"protected":false},{"name":"dry_run_workflow","description":"Dry-run a supplied workflow graph locally or, when authorized, persist a trace-linked dry-run record.","inputSchema":{"type":"object","properties":{"id":{"type":"string"},"nodes":{"type":"array"},"edges":{"type":"array"},"inputs":{"type":"object"}},"required":[],"additionalProperties":false},"protected":false},{"name":"run_workflow","description":"Execute a workflow through the Phase 1 runtime adapter and persist run results.","inputSchema":{"type":"object","properties":{"id":{"type":"string"},"inputs":{"type":"object"}},"required":["id"],"additionalProperties":false},"protected":true},{"name":"get_workflow_run","description":"Read a persisted workflow run by id.","inputSchema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":false},{"name":"cancel_workflow_run","description":"Cancel a persisted workflow run.","inputSchema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":true},{"name":"list_templates","description":"List public AgentUI workflow templates, including built-in Phase 1 templates.","inputSchema":{"type":"object","properties":{"limit":{"type":"number","minimum":1,"maximum":100}},"required":[],"additionalProperties":false},"protected":false},{"name":"get_template","description":"Get one public AgentUI workflow template by id.","inputSchema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":false},{"name":"instantiate_template","description":"Create a server workflow from a public AgentUI template.","inputSchema":{"type":"object","properties":{"templateId":{"type":"string"},"name":{"type":"string"},"owner":{"type":"string"}},"required":["templateId"],"additionalProperties":false},"protected":true},{"name":"list_approvals","description":"List workflow approval records with approval notes redacted.","inputSchema":{"type":"object","properties":{"limit":{"type":"number","minimum":1,"maximum":100}},"required":[],"additionalProperties":false},"protected":false},{"name":"approve_step","description":"Approve a pending workflow approval step.","inputSchema":{"type":"object","properties":{"id":{"type":"string"},"reason":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":true},{"name":"reject_step","description":"Reject a pending workflow approval step.","inputSchema":{"type":"object","properties":{"id":{"type":"string"},"reason":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":true},{"name":"list_mcp_tools","description":"List AgentUI MCP tools and their public/protected boundaries.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"render_mcp_tool_form","description":"Render an MCP tool inputSchema into AgentUI form fields, examples, and raw JSON fallback state.","inputSchema":{"type":"object","properties":{"toolName":{"type":"string"}},"required":["toolName"],"additionalProperties":false},"protected":false},{"name":"render_openapi_operation_form","description":"Render an OpenAPI operation into AgentUI form fields and request examples.","inputSchema":{"type":"object","properties":{"operationId":{"type":"string"},"method":{"type":"string"},"path":{"type":"string"},"serviceBaseUrl":{"type":"string"}},"required":[],"additionalProperties":false},"protected":false},{"name":"render_json_schema_form","description":"Render a JSON Schema into AgentUI form fields, validation preview, and raw JSON fallback state.","inputSchema":{"type":"object","properties":{"schema":{"type":"object"},"sourceRef":{"type":"string"},"title":{"type":"string"}},"required":["schema"],"additionalProperties":false},"protected":false},{"name":"render_webhook_schema_form","description":"Render a webhook payload schema into AgentUI form fields without claiming webhook delivery.","inputSchema":{"type":"object","properties":{"schema":{"type":"object"},"eventName":{"type":"string"},"serviceBaseUrl":{"type":"string"}},"required":[],"additionalProperties":false},"protected":false},{"name":"validate_form_input","description":"Validate required fields for a rendered form input without executing a tool.","inputSchema":{"type":"object","properties":{"schema":{"type":"object"},"value":{"type":"object"}},"required":["schema"],"additionalProperties":false},"protected":false},{"name":"render_ascii_conversion_form","description":"Render the ASCII image conversion request schema as an AgentUI form.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"execute_ascii_conversion","description":"Convert a bounded image payload through ascii.platphormnews.com and return the concrete ASCII text output or an honest degraded state.","inputSchema":{"type":"object","properties":{"image":{"type":"string"},"resolution":{"type":"number"},"charset":{"type":"string"},"grayscale":{"type":"boolean"},"inverted":{"type":"boolean"}},"required":["image"],"additionalProperties":false},"protected":false},{"name":"preview_layout_artifact","description":"Preview a layout document or template through layout.platphormnews.com and return the confirmed preview output.","inputSchema":{"type":"object","properties":{"document":{"type":"object"},"templateSlug":{"type":"string"},"viewport":{"type":"string"}},"required":[],"additionalProperties":false},"protected":false},{"name":"score_layout_artifact","description":"Score a layout document or template through layout.platphormnews.com and return the confirmed score output.","inputSchema":{"type":"object","properties":{"document":{"type":"object"},"templateSlug":{"type":"string"}},"required":[],"additionalProperties":false},"protected":false},{"name":"export_layout_artifact","description":"Export a layout document or template through layout.platphormnews.com and return the confirmed export packet.","inputSchema":{"type":"object","properties":{"document":{"type":"object"},"templateSlug":{"type":"string"},"format":{"type":"string"}},"required":[],"additionalProperties":false},"protected":false},{"name":"preview_phorm_design","description":"Return a deterministic Phorm prompt-to-interface preview or degraded state.","inputSchema":{"type":"object","properties":{"prompt":{"type":"string"},"templateId":{"type":"string"}},"required":[],"additionalProperties":false},"protected":false},{"name":"convert_phorm_design_to_workflow","description":"Convert a confirmed or fallback Phorm design reference into a local AgentUI workflow draft plan.","inputSchema":{"type":"object","properties":{"designId":{"type":"string"}},"required":[],"additionalProperties":false},"protected":false},{"name":"list_cli_examples","description":"List public platphormctl examples for AgentUI workflows, tool rendering, and validation harnesses.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_cli_example","description":"Read one AgentUI platphormctl example by id.","inputSchema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":false},{"name":"list_integrations","description":"List AgentUI integration matrix entries with honest configured/degraded state.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"delegate_artifact","description":"Create a degraded/dry-run delegation packet for an AgentUI artifact and PlatPhorm target service.","inputSchema":{"type":"object","properties":{"targetService":{"type":"string"},"artifact":{"type":"object"},"action":{"type":"string"},"dryRun":{"type":"boolean"}},"required":["targetService"],"additionalProperties":false},"protected":false},{"name":"generate_platphormctl_command","description":"Generate a reproducible platphormctl command for AgentUI render, artifact, delegation, or workflow tasks.","inputSchema":{"type":"object","properties":{"artifactId":{"type":"string"},"templateId":{"type":"string"},"target":{"type":"string"},"action":{"type":"string"},"protected":{"type":"boolean"}},"required":[],"additionalProperties":false},"protected":false},{"name":"get_integration_status","description":"Get one integration status card by slug.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"],"additionalProperties":false},"protected":false},{"name":"list_rendered_forms","description":"Report rendered form persistence status.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_rendered_form","description":"Report one rendered form by id when durable form storage is available.","inputSchema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":false},{"name":"get_public_capabilities","description":"Return public AgentUI capabilities and protected-action boundaries.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"test_mcp_tool","description":"Validate that a named AgentUI MCP tool is registered and whether it requires PLATPHORM_API_KEY.","inputSchema":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"],"additionalProperties":false},"protected":false},{"name":"execute_mcp_tool","description":"Execute a registered AgentUI MCP tool by name.","inputSchema":{"type":"object","properties":{"name":{"type":"string"},"arguments":{"type":"object"}},"required":["name"],"additionalProperties":false},"protected":true},{"name":"get_route_compliance","description":"Return AgentUI route compliance status from currently available local registry state.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_discovery_compliance","description":"Return AgentUI discovery compliance status from currently available local registry state.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_agent_policy","description":"Return AgentUI public/protected agent policy summary.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"list_agent_platforms","description":"List agent platforms covered by generic AgentUI public access policy.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_agent_platform","description":"Get one agent platform policy by id.","inputSchema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":false},{"name":"evaluate_agent_access","description":"Evaluate whether an agent action is public-safe or requires PLATPHORM_API_KEY.","inputSchema":{"type":"object","properties":{"target":{"type":"string"},"action":{"type":"string"}},"required":["target"],"additionalProperties":false},"protected":false},{"name":"get_robots_policy","description":"Return AgentUI robots policy without exact AI crawler strings unless verified.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_ai_policy","description":"Return AgentUI public-safe AI access and model-assisted output policy.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_agentui_web4_manifest","description":"Return the AgentUI Web4 manifest without exposing private workflow state or sensitive fingerprints.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_agentui_web4_status","description":"Return AgentUI Web4 readiness, source-labeled route evidence, storage truth, integration state, and privacy boundaries.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_agentui_scorecard","description":"Return the AgentUI Web4 scorecard with route, renderer, policy, trace, and provenance readiness checks.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"list_agentui_fingerprints","description":"List public-safe AgentUI fingerprints with privacy class and anchor eligibility.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"lookup_agentui_provenance","description":"Lookup public-safe AgentUI provenance by url, hash, workflowId, runId, artifactId, delegationId, or formId.","inputSchema":{"type":"object","properties":{"url":{"type":"string"},"hash":{"type":"string"},"recordId":{"type":"string"},"workflowId":{"type":"string"},"runId":{"type":"string"},"artifactId":{"type":"string"},"delegationId":{"type":"string"},"formId":{"type":"string"}},"required":[],"additionalProperties":false},"protected":false},{"name":"verify_agentui_provenance","description":"Verify a public-safe AgentUI provenance record by recordId or hash.","inputSchema":{"type":"object","properties":{"recordId":{"type":"string"},"hash":{"type":"string"}},"required":[],"additionalProperties":false},"protected":false},{"name":"get_trust_policy","description":"Return AgentUI trust policy and required PLATPhorm public/protected line.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_discovery_manifest","description":"Return AgentUI discovery manifest links.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"get_public_access_summary","description":"Return public read-only and protected action summary for AgentUI.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":false},{"name":"publish_workflow","description":"Publish a workflow by marking it public and published.","inputSchema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":true},{"name":"save_artifact","description":"Protected durable artifact save request. Returns degraded when no artifact persistence adapter is configured.","inputSchema":{"type":"object","properties":{"artifact":{"type":"object"}},"required":["artifact"],"additionalProperties":false},"protected":true},{"name":"update_artifact","description":"Protected durable artifact update request. Returns degraded when no artifact persistence adapter is configured.","inputSchema":{"type":"object","properties":{"id":{"type":"string"},"artifact":{"type":"object"}},"required":["id"],"additionalProperties":false},"protected":true},{"name":"delete_artifact","description":"Protected durable artifact delete request. Returns degraded when no artifact persistence adapter is configured.","inputSchema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"additionalProperties":false},"protected":true},{"name":"publish_artifact","description":"Protected artifact publishing request. Returns degraded without target confirmation.","inputSchema":{"type":"object","properties":{"artifactId":{"type":"string"},"target":{"type":"string"}},"required":["artifactId"],"additionalProperties":false},"protected":true},{"name":"create_docs_report","description":"Protected Docs report creation request. Returns degraded unless Docs confirms the result.","inputSchema":{"type":"object","properties":{"artifact":{"type":"object"}},"required":[],"additionalProperties":false},"protected":true},{"name":"create_sheet_export","description":"Protected Sheets export request. Returns degraded unless Sheets confirms the result.","inputSchema":{"type":"object","properties":{"artifact":{"type":"object"}},"required":[],"additionalProperties":false},"protected":true},{"name":"create_catalog_entry","description":"Protected Catalog registration request. Returns degraded unless Catalog confirms the result.","inputSchema":{"type":"object","properties":{"artifact":{"type":"object"}},"required":[],"additionalProperties":false},"protected":true},{"name":"trigger_sandbox","description":"Protected Sandbox trigger request. Returns degraded unless Sandbox confirms execution.","inputSchema":{"type":"object","properties":{"artifact":{"type":"object"}},"required":[],"additionalProperties":false},"protected":true},{"name":"trigger_browserops","description":"Protected BrowserOps trigger request. Returns degraded unless BrowserOps confirms evidence.","inputSchema":{"type":"object","properties":{"artifact":{"type":"object"}},"required":[],"additionalProperties":false},"protected":true},{"name":"trigger_evals","description":"Protected Evals trigger request. Returns degraded unless Evals confirms a scorecard.","inputSchema":{"type":"object","properties":{"artifact":{"type":"object"}},"required":[],"additionalProperties":false},"protected":true},{"name":"import_phorm_design","description":"Protected Phorm design import placeholder that does not fake imports without a confirmed artifact.","inputSchema":{"type":"object","properties":{"designId":{"type":"string"}},"required":["designId"],"additionalProperties":false},"protected":true},{"name":"trigger_eval","description":"Protected eval trigger placeholder that reports degraded when no eval adapter is configured.","inputSchema":{"type":"object","properties":{"workflowId":{"type":"string"}},"required":["workflowId"],"additionalProperties":false},"protected":true},{"name":"trigger_sandbox_validation","description":"Protected Sandbox validation trigger placeholder that reports degraded when no sandbox adapter is configured.","inputSchema":{"type":"object","properties":{"workflowId":{"type":"string"}},"required":["workflowId"],"additionalProperties":false},"protected":true},{"name":"trigger_browserops_check","description":"Protected BrowserOps trigger placeholder that reports degraded when no BrowserOps adapter is configured.","inputSchema":{"type":"object","properties":{"workflowId":{"type":"string"}},"required":["workflowId"],"additionalProperties":false},"protected":true},{"name":"publish_docs_report","description":"Protected Docs report publish placeholder that reports degraded when no Docs adapter is configured.","inputSchema":{"type":"object","properties":{"workflowId":{"type":"string"}},"required":["workflowId"],"additionalProperties":false},"protected":true},{"name":"create_sheet_report","description":"Protected Sheets report export placeholder that reports degraded when no Sheets adapter is configured.","inputSchema":{"type":"object","properties":{"workflowId":{"type":"string"}},"required":["workflowId"],"additionalProperties":false},"protected":true},{"name":"sync_network_tools","description":"Protected network MCP tool registry sync placeholder.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":true},{"name":"update_agent_policy","description":"Protected agent policy mutation placeholder.","inputSchema":{"type":"object","properties":{"policy":{"type":"object"}},"required":["policy"],"additionalProperties":false},"protected":true},{"name":"refresh_agent_platform_registry","description":"Protected agent platform registry refresh placeholder.","inputSchema":{"type":"object","properties":{},"required":[],"additionalProperties":false},"protected":true}],"resources":[{"uri":"agentui://artifacts","name":"Artifacts","description":"AgentUI artifact registry status and local/export/delegation persistence truth.","mimeType":"application/json"},{"uri":"agentui://artifact/{id}","name":"Artifact","description":"One AgentUI artifact status by id when durable artifact storage is configured.","mimeType":"application/json"},{"uri":"agentui://workflows","name":"Workflows","description":"Server-persisted AgentUI workflow registry.","mimeType":"application/json"},{"uri":"agentui://workflow/{id}","name":"Workflow","description":"One AgentUI workflow by id.","mimeType":"application/json"},{"uri":"agentui://runs","name":"Runs","description":"Persisted workflow run summaries.","mimeType":"application/json"},{"uri":"agentui://run/{id}","name":"Run","description":"One persisted workflow run by id.","mimeType":"application/json"},{"uri":"agentui://templates","name":"Templates","description":"Public AgentUI workflow templates.","mimeType":"application/json"},{"uri":"agentui://template/{id}","name":"Template","description":"One public AgentUI workflow template by id.","mimeType":"application/json"},{"uri":"agentui://rendered-forms","name":"Rendered Forms","description":"Rendered form persistence status and deterministic preview policy.","mimeType":"application/json"},{"uri":"agentui://rendered-form/{id}","name":"Rendered Form","description":"One rendered form when durable rendered-form storage is configured.","mimeType":"application/json"},{"uri":"agentui://phorm","name":"Phorm","description":"Phorm integration status and degraded/fallback design preview policy.","mimeType":"application/json"},{"uri":"agentui://phorm/templates","name":"Phorm Templates","description":"Deterministic Phorm fallback template picker registry.","mimeType":"application/json"},{"uri":"agentui://cli","name":"CLI","description":"PlatPhorm CLI integration status.","mimeType":"application/json"},{"uri":"agentui://cli/examples","name":"CLI Examples","description":"platphormctl examples for AgentUI.","mimeType":"application/json"},{"uri":"agentui://integrations","name":"Integrations","description":"AgentUI integration matrix.","mimeType":"application/json"},{"uri":"agentui://delegations","name":"Delegations","description":"Delegation target registry and degraded durable delegation status.","mimeType":"application/json"},{"uri":"agentui://storage","name":"Storage","description":"AgentUI storage modes and server-side storage truth model.","mimeType":"application/json"},{"uri":"agentui://approvals","name":"Approvals","description":"Workflow approval queue with notes redacted.","mimeType":"application/json"},{"uri":"agentui://mcp/tools","name":"MCP Tools","description":"AgentUI MCP tool registry and auth boundary.","mimeType":"application/json"},{"uri":"agentui://network/sites","name":"Network Sites","description":"AgentUI network-site discovery status.","mimeType":"application/json"},{"uri":"agentui://network/compliance","name":"Network Compliance","description":"AgentUI route and discovery compliance status.","mimeType":"application/json"},{"uri":"agentui://openapi","name":"OpenAPI","description":"AgentUI public API documentation location and server URL.","mimeType":"application/json"},{"uri":"agentui://llms","name":"LLMS","description":"AgentUI machine-readable discovery file locations.","mimeType":"application/json"},{"uri":"agentui://trust-policy","name":"Trust Policy","description":"AgentUI public/protected boundary and trusted-domain policy.","mimeType":"application/json"},{"uri":"agent-policy://summary","name":"Agent Policy Summary","description":"Public/protected agent policy summary.","mimeType":"application/json"},{"uri":"agent-policy://platforms","name":"Agent Platforms","description":"Agent platform access policy registry.","mimeType":"application/json"},{"uri":"agent-policy://robots","name":"Robots Policy","description":"Robots policy without unverified exact AI crawler strings.","mimeType":"application/json"},{"uri":"agent-policy://ai-policy","name":"AI Policy","description":"Public-safe AI and model-assisted output policy.","mimeType":"application/json"},{"uri":"agent-policy://trust-policy","name":"Trust Policy","description":"Required platform trust policy line and AgentUI boundary.","mimeType":"application/json"}],"prompts":[{"name":"create_agentui_artifact","description":"Create a reusable AgentUI artifact packet from a schema, tool, operation, workflow, report, or CLI recipe goal.","arguments":[{"name":"artifactGoal","description":"Artifact goal and source.","required":true}]},{"name":"render_tool_as_form","description":"Render a machine-readable tool or operation as a human-operable AgentUI form.","arguments":[{"name":"toolRef","description":"MCP tool, OpenAPI operation, JSON Schema, or webhook payload reference.","required":true}]},{"name":"create_workflow","description":"Turn an operator goal into an AgentUI workflow graph plan.","arguments":[{"name":"goal","description":"Workflow goal to satisfy.","required":true}]},{"name":"create_delegation_plan","description":"Plan which PlatPhorm service should receive an AgentUI artifact when local persistence or execution is degraded.","arguments":[{"name":"artifactSummary","description":"Artifact and desired outcome.","required":true}]},{"name":"explain_storage_mode","description":"Explain AgentUI local, exported, delegated, generated, degraded, and server persistence modes.","arguments":[{"name":"storageContext","description":"Current storage state or artifact id.","required":true}]},{"name":"create_share_packet","description":"Create a share packet plan for a reusable AgentUI artifact.","arguments":[{"name":"artifactSummary","description":"Artifact to packetize.","required":true}]},{"name":"create_agent_workflow","description":"Create an AgentUI workflow plan from a human goal and identify public/protected steps.","arguments":[{"name":"goal","description":"Workflow goal to satisfy.","required":true}]},{"name":"explain_workflow","description":"Explain nodes, edges, approvals, protected actions, and trace behavior for one workflow.","arguments":[{"name":"workflowId","description":"Workflow id to explain.","required":true}]},{"name":"debug_workflow_run","description":"Analyze a workflow run failure or degraded state.","arguments":[{"name":"runId","description":"Workflow run id to debug.","required":true}]},{"name":"generate_human_approval_flow","description":"Draft a human-in-the-loop approval workflow.","arguments":[{"name":"approvalGoal","description":"Approval goal and operator policy.","required":true}]},{"name":"generate_mcp_tool_flow","description":"Draft a protected MCP tool execution workflow.","arguments":[{"name":"toolGoal","description":"MCP tool task to orchestrate.","required":true}]},{"name":"convert_mcp_tool_to_ui","description":"Convert an MCP tool schema into a human-usable AgentUI form plan.","arguments":[{"name":"toolName","description":"MCP tool name.","required":true}]},{"name":"create_tool_form","description":"Draft a schema-to-form UI plan for a tool or operation.","arguments":[{"name":"schemaPurpose","description":"Tool schema or operation purpose.","required":true}]},{"name":"create_human_approval_flow","description":"Draft a human-in-the-loop approval workflow with audit and trace state.","arguments":[{"name":"approvalGoal","description":"Approval goal.","required":true}]},{"name":"generate_workflow_template","description":"Generate a reusable AgentUI template plan.","arguments":[{"name":"templateGoal","description":"Template goal.","required":true}]},{"name":"generate_phorm_interface_prompt","description":"Refine a public-safe Phorm prompt for AgentUI UI generation.","arguments":[{"name":"interfaceGoal","description":"Interface goal.","required":true}]},{"name":"convert_phorm_design_to_agentui","description":"Map a Phorm design artifact to AgentUI forms, nodes, and layouts.","arguments":[{"name":"designRef","description":"Phorm design reference.","required":true}]},{"name":"debug_agentui_render","description":"Debug an AgentUI schema rendering problem.","arguments":[{"name":"renderIssue","description":"Render failure or unsupported feature.","required":true}]},{"name":"create_browserops_ui_test","description":"Create a BrowserOps UI test plan for AgentUI.","arguments":[{"name":"targetPage","description":"AgentUI page or rendered form to test.","required":true}]},{"name":"create_browserops_journey","description":"Create a BrowserOps journey from an AgentUI artifact or rendered form.","arguments":[{"name":"journeyGoal","description":"Rendered form, builder, template, or artifact target.","required":true}]},{"name":"create_eval_for_tool_form","description":"Create an Evals scoring plan for a rendered tool form.","arguments":[{"name":"toolName","description":"Tool form to evaluate.","required":true}]},{"name":"create_evals_rubric","description":"Create an Evals rubric for an AgentUI artifact, workflow, or rendered tool form.","arguments":[{"name":"rubricGoal","description":"What should be evaluated.","required":true}]},{"name":"generate_cli_command_for_workflow","description":"Generate a platphormctl command example for an AgentUI workflow.","arguments":[{"name":"workflowGoal","description":"Workflow or template goal.","required":true}]},{"name":"generate_platphormctl_repro","description":"Generate a reproducible platphormctl command recipe for an AgentUI artifact or workflow.","arguments":[{"name":"reproGoal","description":"Artifact, workflow, render, delegation, or validation goal.","required":true}]},{"name":"generate_cross_site_workflow","description":"Draft a workflow that coordinates trusted PlatPhormNews sites.","arguments":[{"name":"siteGoal","description":"Cross-site orchestration goal.","required":true}]},{"name":"remediate_failed_workflow","description":"Plan safe remediation for a failed workflow run.","arguments":[{"name":"failureSummary","description":"Failure summary or run id.","required":true}]},{"name":"publish_workflow_summary","description":"Prepare a public-safe workflow publishing summary.","arguments":[{"name":"workflowId","description":"Workflow id to summarize.","required":true}]},{"name":"human_machine_handoff_plan","description":"Draft a human-machine handoff plan for an AgentUI workflow.","arguments":[{"name":"handoffGoal","description":"Handoff goal and human role.","required":true}]},{"name":"human_machine_agentui_handoff","description":"Plan a human-machine handoff through AgentUI.","arguments":[{"name":"handoffGoal","description":"Handoff goal.","required":true}]}],"auth":{"platformKey":"PLATPHORM_API_KEY","acceptedHeaders":["Authorization: Bearer $PLATPHORM_API_KEY","X-PlatPhorm-API-Key: $PLATPHORM_API_KEY"],"publicIntrospection":true,"protectedToolsRequireApproval":true},"discovery":{"llms":"https://agentui.platphormnews.com/llms.txt","llmsFull":"https://agentui.platphormnews.com/llms-full.txt","llmsIndex":"https://agentui.platphormnews.com/llms-index.json","openapi":"https://agentui.platphormnews.com/openapi.yaml","asyncapi":"https://agentui.platphormnews.com/asyncapi.yaml","web4":"https://agentui.platphormnews.com/.well-known/web4.json","provenance":"https://agentui.platphormnews.com/.well-known/provenance.json","trust":"https://agentui.platphormnews.com/.well-known/trust.json"},"boundary":"AgentUI exposes AgentUI-owned JSON-RPC tools for rendering, validation, workflow UI, artifacts, and handoff packets. MCP remains the canonical capability registry.","generatedAt":"2026-05-25T13:09:08.827Z"}