The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { McpListToolsItemTool } from "@openrouter/sdk/models";
let value: McpListToolsItemTool = {
inputSchema: {},
name: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
annotations | any | :heavy_minus_sign: | N/A |
description | string | :heavy_minus_sign: | N/A |
inputSchema | Record<string, *any*> | :heavy_check_mark: | N/A |
name | string | :heavy_check_mark: | N/A |