Get SAP Agentic Standards Context
sap_agent_standard_contextFree agentic-standards orientation for SAP MCP. Use this after sap_agent_start when an agent needs to understand how SAP MCP maps MCP, x402/pay.sh, A2A-style Agent Cards, OASF-style agent facts, AP2-style mandate planning, local signing, and hosted unsigned builders without guessing or over-claiming unsupported standards.
SAP MCP execution guidance: Intent: agent bootstrap, routing, skills, or repair guidance. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | Closest user intent so the standards context can highlight the correct MCP/x402/local-signer route. | |
| includeRoadmap | No | Whether to include planned-but-not-claimed standards work such as MCP Apps, A2A signatures, AG-UI views, and full AP2 mandate signatures. Defaults to true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claims | Yes | Public claims agents can safely make and claims they must avoid. | |
| intent | Yes | Normalized intent used for routing. | |
| roadmap | Yes | Planned standards improvements when includeRoadmap is true. | |
| success | Yes | Whether the standards context was generated. | |
| standards | Yes | SAP MCP mapping across MCP, x402/pay.sh, A2A-style metadata, OASF-style export, AP2-style mandates, and UI/runtime standards. | |
| nextToolCalls | Yes | Exact next tool calls for this standards-aware session. | |
| serverVersion | Yes | SAP MCP server version that generated this context. | |
| trustBoundary | Yes | Non-custodial and local-signing boundaries agents must preserve. | |
| bootstrapSequence | Yes | Recommended first calls for agent runtimes. |