← WebMCP Directory

flatwrite.md

flatwrite.md

live Unverified (seed import) Productivity & Business 12 tools imperative implementation

A minimalist markdown editor with live preview, paged document layout, and one-click export to HTML, PDF, or shareable URL.

First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com

Answer 3 · Act 9 · Transact 0 · Score: Not yet scored

Tool inspector

assist_document

act imperative

Rewrite, shorten, fix grammar, or apply a custom instruction to markdown via FlatWrite Assist (Morph: Reflex + Router + Compact + Fast Models). Returns full markdown plus the edited piece. Does not modify the editor — apply with update_document_content if desired. When selectionStart and selectionEnd are provided, only that span is rewritten.

Input schema

PropertyTypeRequiredDescription
markdown string yes Full markdown document. Optional in the browser WebMCP path (defaults to the active editor). Required for server MCP.
mode string no Assist mode.
instruction string no Freeform instruction. Required when mode is "custom".
selectionStart number no Optional selection start index (inclusive) within markdown.
selectionEnd number no Optional selection end index (exclusive) within markdown.
selectionText string no Optional selection text (defaults to markdown.slice(start, end)).
Raw JSON schema
{
  "type": "object",
  "properties": {
    "markdown": {
      "type": "string",
      "description": "Full markdown document. Optional in the browser WebMCP path (defaults to the active editor). Required for server MCP."
    },
    "mode": {
      "type": "string",
      "description": "Assist mode.",
      "enum": [
        "custom",
        "rewrite",
        "shorten",
        "fix_grammar"
      ]
    },
    "instruction": {
      "type": "string",
      "description": "Freeform instruction. Required when mode is \"custom\"."
    },
    "selectionStart": {
      "type": "number",
      "description": "Optional selection start index (inclusive) within markdown.",
      "minimum": 0
    },
    "selectionEnd": {
      "type": "number",
      "description": "Optional selection end index (exclusive) within markdown.",
      "minimum": 0
    },
    "selectionText": {
      "type": "string",
      "description": "Optional selection text (defaults to markdown.slice(start, end))."
    }
  },
  "required": [
    "markdown"
  ]
}

Similar websites

toban.app

toban.app

Free duty-roster maker for building cleaning, lunch, and daily-monitor rotation charts in the browser — no signup, print-quality output. WebMCP tools let an age…

live Unverified Productivity & Business
16 tools A4 / Act12 / T0 Not yet scored Seen 2026-08-17
list_schedules get_current_assignments get_schedule_details get_share_link switch_schedule
Inspect tools
farahsolutions.ae

farahsolutions.ae

Farah Solutions helps UAE businesses master Corporate Tax, ICV certification, e-invoicing, and government procurement. Powered by Farah Suite.

live Unverified Productivity & Business Transact tools
12 tools A6 / Act3 / T3 Not yet scored Seen 2026-08-17
search_services subscribe_newsletter get_blog_articles get_compliance_assessment get_pricing_info
Inspect tools
marketingmanagerjobs.com

marketingmanagerjobs.com

Daily-refreshed job board for marketing manager roles — growth, product marketing, demand gen, brand, SEO, and marketing leadership — with real salary data and …

live Unverified Productivity & Business Transact tools
11 tools A8 / Act1 / T2 Not yet scored Seen 2026-08-17
get_site_context search_marketing_jobs get_research_trackers subscribe_to_newsletter action_company_get
Inspect tools
nektronic.com.ar

nektronic.com.ar

Remote PC technical service with online diagnostics for computer repair and support (Argentina).

live Unverified Productivity & Business Transact tools
9 tools A6 / Act1 / T2 Not yet scored Seen 2026-08-17
get_business_info get_service_catalog get_faqs get_contact_channels calculate_service_price
Inspect tools

Related on Influzer