Skip to main content
Glama

Prefect MCP Server

create_variable

Create and store variables in Prefect workflows by specifying a name, value, and optional tags for data persistence and reuse across automation tasks.

Instructions

Create a variable.

Args: name: The variable name value: The variable value (can be string, dict, list, etc.) tags: Optional tags

Returns: Details of the created variable

Input Schema

NameRequiredDescriptionDefault
nameYes
tagsNo
valueYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" }, "value": { "title": "Value" } }, "required": [ "name", "value" ], "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/allen-munsch/mcp-prefect'

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