For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/interfaces/ModalToolCreationParameters.md.

Interface: ModalToolCreationParameters

Beta

Parameters for creating a modal tool in the tool container

Properties

action?

optional action?: RegisteredAction<NoArgsAction>

Beta

Remarks

Action associated with tool activation


contentBadgeId?

optional contentBadgeId?: string

Beta

Remarks

Content badge id associated with the modal tool


icon?

optional icon?: string

Beta

Remarks

Icon resource


staging?

optional staging?: boolean

Beta

Remarks

When true, the tool will be excluded from tool groups and tool rail


title?

optional title?: string

Beta

Remarks

Localized title of the tool


tooltip?

optional tooltip?: BasicTooltipContent

Beta

Remarks

Tooltip description of the tool