讀 PDF metadata
twtools-extract_pdf_metadata
汎用MIT
提取 PDF 元資料(不含內文)— 檔案 inventory / 分類前置判斷。
Args:
source: PDF URL 或 base64-encoded 內容。
Returns: page_count + title/author/subject/creator/producer/dates/encrypted。入力スキーマ
{
"properties": {
"source": {
"title": "Source",
"type": "string"
}
},
"required": [
"source"
],
"title": "extract_pdf_metadataArguments",
"type": "object"
}呼び出し方
Twinkle Hub MCP クライアントが設定済みなら、エージェントは twtools-extract_pdf_metadata を見つけます。呼び出しを依頼するだけ — 例:
# Ask Claude / any MCP client: 請用 twtools-extract_pdf_metadata 處理 "…"。 # It will call: twtools-extract_pdf_metadata(input="…")
まだクライアントを設定していませんか?
Claude Desktop は 3 分で接続 — .mcpb をダウンロードしてダブルクリック、または他クライアントは docs を参照。
ユーザードキュメントを見る