agentle.mcp.tools.input_schemaΒΆ

Input Schema definition for MCP tools.

This module provides the InputSchema class which defines the expected parameters for tools in the Model Control Protocol (MCP) system. It follows a JSON Schema-like structure to validate and document tool parameters.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

BaseModel()

Alias for pydantic.BaseModel.

InputSchema(*, properties[, type])

Schema definition for tool inputs in the MCP system.