Skip to content

AgentSkillScriptDefinition

← All HTTP schemas

A server-executable script stored together with an AgentSkillDefinition.

Shape: object

Property Required Type Description Rules
name yes string The script name, unique within the skill.
description no string A description telling the model what the script does.
extension yes string The file extension (without the dot, for example py). The interpreter is selected from the allowlist through this value.
content yes string The script’s source text.
parametersSchema no string The argument schema reported to the model. Must be a valid JSON Schema object; if null, the script is called with no arguments.