Skip to main content
Glama

Workflow MCP Server

by Artin0123

env_verify

Verify package installation commands to block unsafe operations by checking environment safety before execution.

Instructions

Mandatory before package installation. Blocks unsafe operations.

Input Schema

NameRequiredDescriptionDefault
commandYesInstallation command to verify
env_verifiedYesHas environment been checked?

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Installation command to verify", "type": "string" }, "env_verified": { "description": "Has environment been checked?", "type": "boolean" } }, "required": [ "command", "env_verified" ], "type": "object" }

Other Tools from Workflow 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/Artin0123/workflow-mcp'

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