McpToolDefinition(mapping=None, *, ignore_unknown_fields=False, **kwargs)Container for a tool's core definition elements that are snapshot. Schemas in the snapshot are used as-is and cannot be overridden.
Attributes |
|
|---|---|
| Name | Description |
description |
str
Output only. The description of the MCP tool. This can be overridden by description_override in
McpToolOverride.
|
input_schema |
google.cloud.ces_v1beta.types.Schema
Output only. The schema of the input arguments of the MCP tool. |
output_schema |
google.cloud.ces_v1beta.types.Schema
Output only. The schema of the output arguments of the MCP tool. |