AutEng MCP - Markdown Publishing & Document Share Links
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
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 7 of 7 tools scored. Lowest: 2.7/5.
Each tool has a clearly distinct purpose with no ambiguity. The CRUD operations (create, delete, list, update) are clearly separated from sharing (share) and public browsing (recent), and the publish_markdown tool serves a different function from document management. The descriptions clearly differentiate what each tool does.
All tools follow a consistent snake_case naming pattern with the prefix 'auteng_docs_' for six tools and 'auteng_publish_markdown' for the seventh. The naming convention is perfectly predictable: auteng_docs_{action} for document operations and auteng_publish_markdown for the publishing-specific function.
With 7 tools, this is well-scoped for a markdown publishing and document sharing server. Each tool earns its place by covering distinct aspects of the domain: document lifecycle management (create, delete, list, update), sharing functionality (share, recent), and a specialized publishing operation (publish_markdown).
The tool surface provides excellent coverage of the markdown publishing and document sharing domain with complete CRUD operations, sharing capabilities, and public browsing. The only minor gap is the lack of a tool to unshare or manage share visibility beyond the initial share operation, but agents can work around this limitation.
Available Tools
7 toolsauteng_docs_createInspect
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 |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
auteng_docs_deleteInspect
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 |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
auteng_docs_listInspect
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 |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
auteng_docs_recentInspect
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 |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
auteng_docs_updateInspect
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 |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
auteng_publish_markdownInspect
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 |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!