Agent Skills · Schema

Tool

A skill definition for an AI agent including name, description, and input parameter schema.

Agent SkillsAI AgentsTool UseFunction CallingMCPAgentic AIAutomation

Properties

Name Type Description
type string The type of tool (custom or provider built-in).
name string Unique name of the tool used to identify the invocation.
description string Human-readable description of what the tool does, used by the model to decide when to call it.
input_schema object JSON Schema defining the parameters the tool accepts.
strict boolean When true, enforces strict JSON Schema compliance for tool call inputs.
View JSON Schema on GitHub