Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

generate-agent-completion

Generate AI text completions with customizable parameters, including agent ID, message array, and JSON parsing, to enhance conversation and content workflows.

Instructions

Generate AI text completions with customizable parameters.

Input Schema

NameRequiredDescriptionDefault
agentIdYesAgent ID
messagesYesArray of messages
parseJsonNoParse response as JSON
threadIdNoThread ID for conversation history

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "agentId": { "description": "Agent ID", "type": "string" }, "messages": { "description": "Array of messages", "items": { "additionalProperties": false, "properties": { "content": { "type": "string" }, "role": { "enum": [ "user", "assistant" ], "type": "string" } }, "required": [ "role", "content" ], "type": "object" }, "type": "array" }, "parseJson": { "description": "Parse response as JSON", "type": "boolean" }, "threadId": { "description": "Thread ID for conversation history", "type": "string" } }, "required": [ "messages", "agentId" ], "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/Dumpling-AI/mcp-server-dumplingai'

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