Skip to main content
Glama
inspect_tool.py358 B
from src.functions.places.impl import light_pollution_map print(f"Type: {type(light_pollution_map)}") print(f"Dir: {dir(light_pollution_map)}") if hasattr(light_pollution_map, 'fn'): print("Has fn attribute") if hasattr(light_pollution_map, 'func'): print("Has func attribute") if hasattr(light_pollution_map, '__call__'): print("Is callable")

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/StarGazer1995/mcp-stargazing'

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