agentle.mcp.prompts.prompt_argumentΒΆ

Prompt Argument module for MCP.

This module defines the PromptArgument class which represents a parameter for prompts in the Model Control Protocol (MCP) system. Prompt arguments provide structured metadata about the parameters that a prompt expects, including name, description, and whether they are required.

Functions

Field()

!!! abstract "Usage Documentation"

Classes

BaseModel()

Alias for pydantic.BaseModel.

PromptArgument(*, name[, description, required])

Definition of an argument for an MCP prompt.