Categories

Text Directory Generator

Generate table of contents and directory structure from text content using AI

Key Facts

Category
Utilities
Input Types
textarea, select, number, checkbox
Output Type
stream
Sample Coverage
4
API Ready
Yes

Overview

The Text Directory Generator uses AI to instantly analyze your long-form content and create a structured table of contents or directory outline. It helps you organize complex documents, reports, or transcripts into a clear, navigable hierarchy with customizable formatting options.

When to Use

  • When you need to create a professional table of contents for a long document or report.
  • When you want to summarize the structure of a transcript or meeting notes for quick reference.
  • When you are organizing technical documentation and need a clear, hierarchical outline.

How It Works

  • Paste your raw text content into the input area.
  • Select your preferred output format, such as Markdown, HTML, or a numbered list.
  • Adjust the depth levels and style settings to match your document's complexity.
  • Generate the structured directory to instantly view or copy your organized outline.

Use Cases

Creating structured outlines for long-form blog posts or white papers.
Generating navigation menus for technical manuals or documentation sites.
Summarizing meeting transcripts into organized, actionable agenda items.

Examples

1. Technical Documentation Outline

Technical Writer
Background
A technical writer has a 50-page raw draft of a software manual without any clear sectioning.
Problem
The document is difficult to navigate and lacks a professional structure.
How to Use
Paste the manual text, set the format to 'Markdown', choose 'Technical' style, and set the depth to 3.
Example Config
format: markdown, depth: 3, style: technical
Outcome
A clean, hierarchical Markdown outline that can be directly pasted into the documentation platform.

2. Meeting Transcript Index

Project Manager
Background
A project manager has a long, unformatted transcript from a three-hour stakeholder meeting.
Problem
It is hard to find specific discussion points or decisions made during the meeting.
How to Use
Paste the transcript, enable 'Include Brief Descriptions', and select 'Numbered List' format.
Example Config
format: numbered, includeDescriptions: true, style: simple
Outcome
A numbered list of meeting topics with brief summaries, making it easy to share key takeaways with the team.

Try with Samples

text

Related Hubs

FAQ

What formats can I export the directory in?

You can export your directory as Markdown, HTML, plain text, bullet points, or a numbered list.

How deep can the directory structure go?

You can set the hierarchy depth between 1 and 6 levels depending on your document's complexity.

Can I include summaries in the directory?

Yes, by enabling the 'Include Brief Descriptions' option, the AI will add a short summary for each section.

Does this tool support multiple languages?

Yes, you can select from several output languages including English, Chinese, Spanish, Russian, French, German, and Portuguese.

Is the generated directory editable?

Yes, the output is provided in your chosen format, allowing you to copy and edit it directly in your preferred document editor.

API Documentation

Request Endpoint

POST /en/api/tools/text-directory-generator

Request Parameters

Parameter Name Type Required Description
text textarea Yes -
format select No -
depth number No -
includeNumbers checkbox No -
includeDescriptions checkbox No -
style select No -
language select No -

Response Format

data: {"chunk": "data: processed content 1", "type": "stream"}


data: {"chunk": "data: processed content 2", "type": "stream"}


data: {"type": "done"}
Stream: Stream

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-text-directory-generator": {
      "name": "text-directory-generator",
      "description": "Generate table of contents and directory structure from text content using AI",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-directory-generator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]