Skip to main content
Glama

MCP-APIKit

by scarqin

test_api

Use this tool to test APIs by specifying project ID, API ID, headers, query parameters, path parameters, and request body, facilitating API integration and validation within the MCP-APIKit server.

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
bodyNoRequest body
headersNoRequest headers
pathParamsNoPath parameters
projectIdYesProject ID
queryParamsNoQuery parameters

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiId": { "description": "API ID", "type": "string" }, "body": { "description": "Request body" }, "headers": { "additionalProperties": { "type": "string" }, "description": "Request headers", "type": "object" }, "pathParams": { "additionalProperties": { "type": "string" }, "description": "Path parameters", "type": "object" }, "projectId": { "description": "Project ID", "type": "string" }, "queryParams": { "additionalProperties": { "type": "string" }, "description": "Query parameters", "type": "object" } }, "required": [ "projectId", "apiId" ], "type": "object" }
Install Server

Other Tools from MCP-APIKit

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/scarqin/mcp-apikit'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server