Class McpToolDefinition
Container for a tool's core definition elements that are snapshot. Schemas in the snapshot are used as-is and cannot be overridden.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class McpToolDefinition : IDirectResponseSchema
Properties
Description
Output only. The description of the MCP tool. This can be overridden by description_override in
McpToolOverride.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InputSchema
Output only. The schema of the input arguments of the MCP tool.
Declaration
[JsonProperty("inputSchema")]
public virtual Schema InputSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| Schema |
OutputSchema
Output only. The schema of the output arguments of the MCP tool.
Declaration
[JsonProperty("outputSchema")]
public virtual Schema OutputSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| Schema |