From @maxwellgerber:
4.3 says:
For autonomous agent use cases, the context MUST include the identity of the agent. At least one field of either the subject or the context MUST be derived from the token input variable via a CEL expression.
However, the same MCP tool can be invoked by both an autonomous agent and an agent acting on behalf of a user. The COAZ mapping is the same for all callers, though. Suggest removing the "For autonomous agent use cases" part and strengthening to "The context MUST include the identity of the agent".
Are there examples of tools that cannot be wrangled with an x-coaz-mapping? For example, the make_api_request tool fro the Block MCP - https://engineering.block.xyz/blog/build-mcp-tools-like-ogres-with-layers - where the request object schema is polymorphic and uses a tagged union (based on the method?)
From @maxwellgerber:
4.3 says:
However, the same MCP tool can be invoked by both an autonomous agent and an agent acting on behalf of a user. The COAZ mapping is the same for all callers, though. Suggest removing the "For autonomous agent use cases" part and strengthening to "The context MUST include the identity of the agent".
Are there examples of tools that cannot be wrangled with an x-coaz-mapping? For example, the make_api_request tool fro the Block MCP - https://engineering.block.xyz/blog/build-mcp-tools-like-ogres-with-layers - where the request object schema is polymorphic and uses a tagged union (based on the method?)