Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mcp_tool_metadata Struct Reference

Tool metadata structure. More...

#include <zephyr/net/mcp/mcp_server.h>

Data Fields

char name [CONFIG_MCP_TOOL_NAME_MAX_LEN]
 Tool name.
char input_schema [CONFIG_MCP_TOOL_SCHEMA_MAX_LEN]
 Tool input schema (JSON).

Detailed Description

Tool metadata structure.

Field Documentation

◆ input_schema

char mcp_tool_metadata::input_schema[CONFIG_MCP_TOOL_SCHEMA_MAX_LEN]

Tool input schema (JSON).

◆ name

char mcp_tool_metadata::name[CONFIG_MCP_TOOL_NAME_MAX_LEN]

Tool name.


The documentation for this struct was generated from the following file: