Skip to main content
Glama

@arizeai/phoenix-mcp

Official
by Arize-ai
skill.py399 B
class Skill: def __init__(self, name, function_dict, function_callable): self.name = name self.function_dict = function_dict self.function_callable = function_callable def get_function_name(self): return self.name def get_function_dict(self): return self.function_dict def get_function_callable(self): return self.function_callable

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/Arize-ai/phoenix'

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