ToolSchema - Amazon Bedrock AgentCore Control

ToolSchema

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

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

inlinePayload

The inline payload of the tool schema. This payload contains the schema definition directly in the request.

Type: Array of ToolDefinition objects

Required: No

s3

The Amazon S3 location of the tool schema. This location contains the schema definition file.

Type: S3Configuration object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: