Skip to main content
Glama

π“‚€π“’π“‹Ήπ”Έβ„•π•Œπ”Ήπ•€π•Šπ“‹Ήπ“’π“‚€ - Intelligent Guidance for

by Hive-Academy

execute_mcp_operation

Execute database and business logic operations using MCP services like TaskOperations or WorkflowOperations. Facilitates consistent parameter handling and strict naming conventions for streamlined workflow execution.

Instructions

Core workflow operations service for executing database and business logic operations through MCP services like TaskOperations, PlanningOperations, WorkflowOperations, etc. Uses consistent parameters and follows strict naming conventions.

Input Schema

NameRequiredDescriptionDefault
operationYesOperation name - must be supported by the selected service
parametersNoOperation parameters for the service (optional for some operations)
serviceNameYesService name - must be one of the supported services

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "operation": { "description": "Operation name - must be supported by the selected service", "type": "string" }, "parameters": { "description": "Operation parameters for the service (optional for some operations)" }, "serviceName": { "description": "Service name - must be one of the supported services", "enum": [ "TaskOperations", "PlanningOperations", "WorkflowOperations", "ReviewOperations", "ResearchOperations", "SubtaskOperations" ], "type": "string" } }, "required": [ "serviceName", "operation" ], "type": "object" }

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/Hive-Academy/Anubis-MCP'

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