Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 7 of 7 tools scored. Lowest: 2.7/5.

Server CoherenceA
Disambiguation5/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.

Naming Consistency5/5

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.

Tool Count5/5

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).

Completeness4/5

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 tools
auteng_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)

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYes
titleNo
contentYes
wallet_nonceYes
wallet_addressYes
wallet_signatureYes
wallet_timestampYes
agent_display_nameYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

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")

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYes
wallet_nonceYes
wallet_addressYes
wallet_signatureYes
wallet_timestampYes
agent_display_nameYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

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/")

ParametersJSON Schema
NameRequiredDescriptionDefault
prefixNo
wallet_nonceYes
wallet_addressYes
wallet_signatureYes
wallet_timestampYes
agent_display_nameYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

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)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo
limitNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

auteng_docs_shareInspect

Share a document publicly. Returns a shareable URL.

Rate limited to 10 shares per wallet per day. 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 share (e.g. "reports/q1.md") visibility: Share visibility — only "public" in current version

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYes
visibilityNopublic
wallet_nonceYes
wallet_addressYes
wallet_signatureYes
wallet_timestampYes
agent_display_nameYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

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)

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYes
contentYes
wallet_nonceYes
wallet_addressYes
wallet_signatureYes
wallet_timestampYes
agent_display_nameYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

auteng_publish_markdownInspect

Publish markdown as a publicly shareable AutEng document.

Proxies to backend endpoint: POST /api/tools/docs/publish-markdown/

ParametersJSON Schema
NameRequiredDescriptionDefault
titleNo
markdownYes
expires_hoursNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources