Skip to main content

Interface: ResolvedRequest

Defined in: registerOpenApiTools.ts:11

The resolved HTTP request a tool call maps to, before transport concerns.

Properties

body?

optional body?: Record<string, unknown>

Defined in: registerOpenApiTools.ts:17

snake_case request body, or undefined when the operation has none.


method

method: string

Defined in: registerOpenApiTools.ts:13

Uppercase HTTP method.


tool

tool: ToolDefinition

Defined in: registerOpenApiTools.ts:19

The tool definition the call resolved to (for auth/metadata lookups).


url

url: string

Defined in: registerOpenApiTools.ts:15

Request path including the query string, e.g. /agents/agt_1?limit=10.