SerenAI

Pay Per Call Agentic Commerce

McpToolInfo

Information about an MCP tool

Properties

PropertyTypeRequiredDescription
description string,null No Tool description
input_schema any No JSON Schema for tool input parameters
name string Yes Tool name
View JSON Schema
{
  "type": "object",
  "description": "Information about an MCP tool",
  "required": [
    "name"
  ],
  "properties": {
    "description": {
      "type": [
        "string",
        "null"
      ],
      "description": "Tool description"
    },
    "input_schema": {
      "description": "JSON Schema for tool input parameters"
    },
    "name": {
      "type": "string",
      "description": "Tool name"
    }
  }
}