agentic-openapi-parser
Preparing search index...
index
findOperationByToolName
Function findOperationByToolName
findOperationByToolName
(
spec
:
Record
<
string
,
unknown
>
,
toolName
:
string
,
)
:
OperationLocation
|
null
Finds the {path, method, operation} whose derived tool name matches toolName.
Parameters
spec
:
Record
<
string
,
unknown
>
toolName
:
string
Returns
OperationLocation
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
agentic-openapi-parser
Loading...
Finds the {path, method, operation} whose derived tool name matches toolName.