Skip to main content
Glama
agxhub

doc-redactor

by agxhub

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
redact_scanA

非破坏性扫描文档(不改文件),发现候选敏感项。支持 PDF(文字/扫描件自动 OCR)、DOCX、XLSX、PPTX、TXT/MD/CSV 等。返回候选清单(词条/来源/位置/次数)、 元数据泄露、格式相关清单。enable_ner 需 zh_core_web_trf 模型;标准/公文类 文档建议关闭(噪声大)。

redact_applyA

执行脱敏(真删除,不可恢复)。terms 必须是已确认的敏感词清单——请先调用 redact_scan 并经用户确认后再调用本工具。logo_templates 仅支持 PDF。

redact_auditA

取证级审计:对象流/文本层/元数据/修订记录/批注/OCR 逐面检查,判定敏感词 是否彻底移除。交付脱敏文件前必须通过本审计。

extract_imageA

从 PDF 提取指定嵌入图像保存为 PNG(用于制作 logo 脱敏模板:先 redact_scan 拿到图像 xref 清单,再提取可疑 logo 作为模板)。

glossary_listA

查看持久化敏感词词典(scan 时自动并入候选)。

glossary_addA

把确认过的敏感词沉淀进词典,后续 scan 自动生效。

glossary_removeC

从词典移除词条。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/agxhub/doc-redactor'

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