Skip to main content
Glama
inspect_tool.py341 B
from src.mcp_tools.file_system_tools import create_file print(f"Type: {type(create_file)}") print(f"Dir: {dir(create_file)}") try: print(f"Wrapped: {create_file.fn}") except AttributeError: print("No .fn attribute") try: print(f"Wrapped: {create_file.__wrapped__}") except AttributeError: print("No .__wrapped__ attribute")

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/jackalterman/project-creator-mcp'

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