operation property

String? operation
getter/setter pair

The operation name extracted from the request payload at runtime by the ParsePayload policy.

For example, for MCP protocol requests, this could be "tools/list" or "tools/call/get_weather". Wildcards are not supported.

Required.

Implementation

core.String? operation;