This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "InputSchema" :SchemaDefinition, "Name" :String, "OutputSchema" :SchemaDefinition}
YAML
Description:StringInputSchema:SchemaDefinitionName:StringOutputSchema: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