ToolAssay

Extract ATX headings with levels and source line numbers from Markdown, excludin

Extract ATX headings with levels and source line numbers from Markdown, excluding fenced code blocks. Leaves inline Markdown in titles unchanged. Setext and container-nested headings are outside the supported subset.

Answeringour last check, 2026-09-26
1 of 1checks answered this week
1020 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://www.tradepilotusa.com/api/agent-commerce/v1/services/markdown_heading_outline/execute

CategoryCode and developer
Provider hostwww.tradepilotusa.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-26 valid payment request 402$0.01 1020 ms

Example input (from the provider)

{
  "body": {
    "markdown": "# Overview\n\n## Delivery\n```\n# Not a heading\n```"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "markdown": {
              "maxLength": 48000,
              "type": "string"
            }
          },
          "required": [
            "markdown"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "provenance": {
              "additionalProperties": false,
              "properties": {
                "execution": {
                  "const": "deterministic_local"
                },
                "model_used": {
                  "const": false
                },
                "network_request_performed": {
                  "const": false
                }
              },
              "required": [
                "execution",
                "model_used",
                "network_request_performed"
              ],
              "type": "object"
            },
            "request_id": {
              "maxLength": 100,
              "type": "string"
            },
            "result": {
              "additionalProperties": false,
              "properties": {
                "heading_count": {
                  "minimum": 0,
                  "type": "integer"
                },
                "headings": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "level": {
                        "maximum": 6,
                        "minimum": 1,
                        "type": "integer"
                      },
                      "line": {
                        "minimum": 1,
                        "type": "integer"
                      },
                      "title": {
                        "maxLength": 48000,
                        "type": "string"
                      }
                    },
                    "required": [
                      "level",
                      "title",
                      "line"
                    ],
                    "type": "object"
                  },
                  "maxItems": 24001,
                  "type": "array"
                },
                "syntax": {
                  "maxLength": 200,
                  "type": "string"
                }
              },
              "required": [
                "headings",
                "heading_count",
                "syntax"
              ],
              "type": "object"
            },
            "utility": {
              "const": "markdown_heading_outline"
            }
          },
          "required": [
            "request_id",
            "utility",
            "result",
            "provenance"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON