Skip to main content
Glama
File1979

Document Tools

by File1979

ドキュメントツール

ドキュメント関連のさまざまなツールを実装するPythonパッケージで、ドキュメント形式の変換と処理を行います。これらのツールはMCPサーバーインターフェースを通じて公開され、AIアシスタントとシームレスに統合できます。

セットアップ

# Create a virtual env and activate it
uv venv
source .venv/bin/activate

# Install the package in development mode
uv pip install -e .

Related MCP server: MCP Document Reader

実行

# Start the MCP server
uv run main.py

テスト

# Run all tests
uv run pytest

開発

ツール定義

ツールはPython関数として定義され、MCPサーバーに登録されます:

mcp.tool()(my_function)

ツールの説明は次の要件を満たす必要があります:

  • 1行の概要で始める

  • 機能の詳細な説明を提供する

  • ツールを使用すべき場合(および使用すべきでない場合)を説明する

  • 期待される入力/出力を含む使用例を含める

パラメータの説明にはpydanticのFieldを使用します:

from pydantic import Field

def my_tool(
    param1: str = Field(description="Detailed description of this parameter"),
    param2: int = Field(description="Explain what this parameter does")
) -> ReturnType:
    """Comprehensive docstring here"""
    # Implementation
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that uses the Docling toolkit to convert various document formats, including PDFs, Office files, images, and audio, into clean Markdown for AI processing. It supports multiple processing pipelines like VLM and ASR with intelligent auto-detection and job queue management.
    2
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Enables document conversion and processing through an MCP server interface for AI assistants.
  • A
    license
    -
    quality
    B
    maintenance
    MCP server that extracts clean text, tables, and structured data from documents, images, code, and audio files, supporting 97 formats with OCR, transcription, and code intelligence.
    MIT

View all related MCP servers

Related MCP Connectors

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • MCP server for Wan AI video generation

  • MCP server for AI dialogue using various LLM models via AceDataCloud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/File1979/mcp-document-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server