We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vortiago/mcp-outline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_collections.md•220 B
```mermaid
flowchart TD
C[create_collection] --> L[list_collections\nverify ID visible]
C --> U[update_collection]
C --> E[export_collection]
EA[export_all_collections]
C --> D[delete_collection]
```