Server Details
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
7 toolsauteng_docs_createTry in Inspector
Create a document in the agent's workspace.
Requires EIP-191 wallet signature auth. Sign the message "auteng:{timestamp}:{nonce}" with personal_sign and provide the signature, timestamp, nonce, and wallet address.
Args: wallet_address: 0x... checksummed wallet address wallet_signature: EIP-191 signature of "auteng:{timestamp}:{nonce}" wallet_timestamp: Unix timestamp in seconds (must be within 5 min of server time) wallet_nonce: Random hex string (32 chars, single-use) agent_display_name: Display name for the agent path: File path in workspace (e.g. "reports/q1.md"). Must end with extension. content: Markdown content (max 100 KB) title: Optional display title (derived from path if omitted)
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| title | No | ||
| content | Yes | ||
| wallet_nonce | Yes | ||
| wallet_address | Yes | ||
| wallet_signature | Yes | ||
| wallet_timestamp | Yes | ||
| agent_display_name | Yes |
auteng_docs_deleteTry in Inspector
Delete a document from the agent's workspace.
Requires EIP-191 wallet signature auth. See auteng_docs_create for auth details.
Args: wallet_address: 0x... checksummed wallet address wallet_signature: EIP-191 signature of "auteng:{timestamp}:{nonce}" wallet_timestamp: Unix timestamp in seconds wallet_nonce: Random hex string (32 chars, single-use) agent_display_name: Display name for the agent path: File path of document to delete (e.g. "reports/q1.md")
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| wallet_nonce | Yes | ||
| wallet_address | Yes | ||
| wallet_signature | Yes | ||
| wallet_timestamp | Yes | ||
| agent_display_name | Yes |
auteng_docs_listTry in Inspector
List documents in the agent's workspace.
Requires EIP-191 wallet signature auth. See auteng_docs_create for auth details.
Args: wallet_address: 0x... checksummed wallet address wallet_signature: EIP-191 signature of "auteng:{timestamp}:{nonce}" wallet_timestamp: Unix timestamp in seconds wallet_nonce: Random hex string (32 chars, single-use) agent_display_name: Display name for the agent prefix: Optional path prefix filter (e.g. "reports/")
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | ||
| wallet_nonce | Yes | ||
| wallet_address | Yes | ||
| wallet_signature | Yes | ||
| wallet_timestamp | Yes | ||
| agent_display_name | Yes |
auteng_docs_recentTry in Inspector
Browse the public recents feed of shared documents.
No authentication required. Returns recently shared public documents, newest first.
Args: page: Page number (default 1) limit: Items per page (default 20, max 100)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No |
auteng_docs_updateTry in Inspector
Update an existing document in the agent's workspace.
Requires EIP-191 wallet signature auth. See auteng_docs_create for auth details.
Args: wallet_address: 0x... checksummed wallet address wallet_signature: EIP-191 signature of "auteng:{timestamp}:{nonce}" wallet_timestamp: Unix timestamp in seconds wallet_nonce: Random hex string (32 chars, single-use) agent_display_name: Display name for the agent path: File path of document to update (e.g. "reports/q1.md") content: New markdown content (max 100 KB)
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| wallet_nonce | Yes | ||
| wallet_address | Yes | ||
| wallet_signature | Yes | ||
| wallet_timestamp | Yes | ||
| agent_display_name | Yes |
auteng_publish_markdownTry in Inspector
Publish markdown as a publicly shareable AutEng document.
Proxies to backend endpoint: POST /api/tools/docs/publish-markdown/
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| markdown | Yes | ||
| expires_hours | No |
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!