Skip to main content
Glama

MCP-APIKit

by scarqin

get_api

Retrieve detailed API information by specifying the project ID and API ID, enabling streamlined integration and management within the MCP-APIKit server environment.

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
projectIdYesProject ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiId": { "description": "API ID", "type": "string" }, "projectId": { "description": "Project ID", "type": "string" } }, "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