Skip to main content
Glama
slack.py265 B
from typing import Dict, Optional, Any from dataclasses import dataclass @dataclass class SlackResponse: """Standard response wrapper for Slack API calls""" ok: bool data: Dict[str, Any] error: Optional[str] = None warning: Optional[str] = None

Latest Blog Posts

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/bernerspace/bernerspace'

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