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"
Implements
Inherited Members
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 |