We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eiceblue/spire-doc-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•319 B
"""
SpireDoc MCP API Package.
This package provides API endpoints for document operations:
- Document creation and manipulation
- Paragraph formatting and management
- Table operations and styling
- Document format conversion
"""
from .base import get_doc_path
__all__ = [
# Base utilities
"get_doc_path",
]