Skip to main content
Glama
action.yaml590 B
name: SlackSendMessage description: 'Notifies slack of the success or failure of the suite' inputs: message: description: "Message to send to the Slack webhook notification channel" required: true url: description: "Webhook URL to send the Slack notification to" required: true runs: using: "composite" steps: - shell: bash env: URL: ${{ inputs.url }} MESSAGE: ${{ inputs.message }} run: | JSON="{'message': '$MESSAGE'}" curl -X POST -H 'Content-Type: application/json' --data "${JSON}" "$(printf "$URL" | tr -d "\n")"

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/mengfwan/test-mcp-glama'

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