Server Details
AI-powered ERD design tool. Create and manage database schemas using DBML with real-time canvas.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
7 toolscreate_erd_diagramTry in Inspector
Create a new ERD diagram from DBML or natural language
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Diagram name | |
| content | Yes | DBML source or natural language description | |
| contentType | No | Content type: 'dbml' or 'natural' |
create_erd_gzipTry in Inspector
Create a new ERD diagram with gzip-compressed DBML. Use for large DBML to reduce token usage. Compress: cat file.dbml | gzip | base64
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Diagram name | |
| compressedContent | Yes | DBML content compressed with gzip and encoded as base64. Generate with: cat file.dbml | gzip | base64 |
get_erd_diagramTry in Inspector
Get ERD diagram content by UUID
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Diagram UUID |
get_erd_gzipTry in Inspector
Download DBML as gzip-compressed content. Decompress: echo 'content' | base64 -d | gunzip > file.dbml
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Diagram UUID |
list_erd_diagramsTry in Inspector
List all accessible ERD diagrams
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
update_erd_diagramTry in Inspector
Update an existing ERD diagram
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Diagram UUID | |
| content | Yes | New DBML source or natural language description | |
| contentType | No | Content type: 'dbml' or 'natural' | |
| description | Yes | Brief description of what was changed (for version history). REQUIRED. |
update_erd_gzipTry in Inspector
Update an ERD diagram with gzip-compressed DBML. Use for large DBML to reduce token usage. Compress: cat file.dbml | gzip | base64
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Diagram UUID | |
| description | Yes | Brief description of what was changed (for version history). REQUIRED. | |
| compressedContent | Yes | DBML content compressed with gzip and encoded as base64. Generate with: cat file.dbml | gzip | base64 |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!