AWS::BedrockAgentCore::GatewayTarget ToolDefinition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::BedrockAgentCore::GatewayTarget ToolDefinition

A tool definition for a gateway target. This structure defines a tool that the target exposes through the Model Context Protocol.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Description" : String, "InputSchema" : SchemaDefinition, "Name" : String, "OutputSchema" : SchemaDefinition }

Properties

Description

The description of the tool. This description provides information about the purpose and usage of the tool.

Required: Yes

Type: String

Update requires: No interruption

InputSchema

The input schema for the tool. This schema defines the structure of the input that the tool accepts.

Required: Yes

Type: SchemaDefinition

Update requires: No interruption

Name

The name of the tool. This name identifies the tool in the Model Context Protocol.

Required: Yes

Type: String

Update requires: No interruption

OutputSchema

The output schema for the tool. This schema defines the structure of the output that the tool produces.

Required: No

Type: SchemaDefinition

Update requires: No interruption