Show / Hide Table of Contents

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.

Inheritance
object
McpToolDefinition
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX