Letta · Schema

ToolExecuteRequest

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
args object Arguments to pass to the tool
View JSON Schema on GitHub

JSON Schema

letta-letta-server-rest-api-routers-v1-tools-toolexecuterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/letta__server__rest_api__routers__v1__tools__ToolExecuteRequest",
  "title": "ToolExecuteRequest",
  "properties": {
    "args": {
      "additionalProperties": true,
      "type": "object",
      "title": "Args",
      "description": "Arguments to pass to the tool"
    }
  },
  "type": "object"
}