Show / Hide Table of Contents

Class McpToolDataHandlingProfile

Profile describing the data handling characteristics of an MCP tool. When used within the McpTool.meta field, this message should be packed into a google.protobuf.Any and associated with the key: "google.com/tool.profiles/data_handling"

Inheritance
object
McpToolDataHandlingProfile
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.TravelImpactModel.v1.Data
Assembly: Google.Apis.TravelImpactModel.v1.dll
Syntax
public class McpToolDataHandlingProfile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputDataAccessLevel

// The data access level of the tool's inputs.

Declaration
[JsonProperty("inputDataAccessLevel")]
public virtual string InputDataAccessLevel { get; set; }
Property Value
Type Description
string

OutputDataAccessLevel

The data access level of the tool's outputs.

Declaration
[JsonProperty("outputDataAccessLevel")]
public virtual string OutputDataAccessLevel { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX