ToolSpec - Amazon Nova Act

ToolSpec

Specification for a tool that acts can invoke, including its name, description, and input schema.

Contents

description

A description of what the tool does and how it should be used.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 10000.

Required: Yes

inputSchema

The JSON schema that defines the expected input format for the tool.

Type: ToolInputSchema object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: Yes

name

The unique name of the tool that acts will use to invoke it.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [a-zA-Z0-9_-]+

Required: Yes

See Also

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