Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To properly integrate and configure the JSON API, set the following fields:

...

  • Name: The name of the parameter.
  • Data Type :  Expected type
  • Description : Description of what this parameter represents.
  • Is Required? : Indicates if this parameter must be provided when calling the tool.

...

  • GET
  • POST 
  • PUT
  • DELETE 

...

  • Name : Name (or Type) of the Request Header.
  • Value : Link or Value of the Request Header.

...

Here’s your formatted set of tables:

First Table: Primary Items

NameDescription
Function NameA unique name to reference this tool function from within the AI agent.
Function DescriptionA short, human-readable explanation of what the function does.
Function Arguments

Define the inputs your API call needs.

NameThe name of the parameter.
Data TypeExpected type (e.g., String, Number, Boolean).
DescriptionDescription of what this parameter represents.
Is Required?Indicates if this parameter must be provided when calling the tool.
JSON URLThe full URL of the API you want to call. You can use hash variables or arguments here.
Call Type

Select the type of call. Options include:

  • GET
  • POST
  • PUT
  • DELETE
Request Headers

Add name(s) and value(s) to the request header.

NameName (or Type) of the Request Header.
ValueLink or Value of the Request Header.
Passover Current Request CookiesEnable this to forward cookies from the current request (useful for authenticated calls).
Debug ModeEnable this to log request and response data for troubleshooting purposes.