Skip to main content
Glama

ACOMO MCP Server

by progress-all

call_api

Execute API calls by specifying an operation ID using the ACOMO MCP Server. Input path parameters, query strings, and request bodies to interact with backend services directly.

Instructions

operationIdを指定してAPIを呼び出す

Input Schema

NameRequiredDescriptionDefault
bodyNo
operationIdYes
pathParamsNo
queryNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": {}, "operationId": { "type": "string" }, "pathParams": { "additionalProperties": {}, "type": "object" }, "query": { "additionalProperties": {}, "type": "object" } }, "required": [ "operationId" ], "type": "object" }
Install Server

Other Tools from ACOMO MCP Server

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/progress-all/acomo-mcp-server'

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