coverredact.com
coverredact.com
live
Unverified (seed import)
Productivity & Business
13 tools
imperative implementation
Redact a PDF in your browser
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 4 · Act 9 · Transact 0 · Score: Not yet scored
Tool inspector
add_redaction
act
imperative
Add a user-drawn redaction bar on a page at a page-relative rectangle (fractions of the page, origin top-left). The page repaints. Returns the new id and counts. In-tab, nothing uploaded; returns geometry and counts, never any text from the document.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
document_id |
string | yes | document_id from get_status (e.g. "doc-1"). |
page |
integer | yes | 1-based page number. |
rect |
object | yes | Page-relative rectangle: fractions 0..1 of the page width/height, origin top-left, x0<x1, y0<y1. |
Raw JSON schema
{
"type": "object",
"properties": {
"document_id": {
"type": "string",
"description": "document_id from get_status (e.g. \"doc-1\")."
},
"page": {
"type": "integer",
"minimum": 1,
"description": "1-based page number."
},
"rect": {
"type": "object",
"description": "Page-relative rectangle: fractions 0..1 of the page width/height, origin top-left, x0<x1, y0<y1.",
"properties": {
"x0": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"y0": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"x1": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"y1": {
"type": "number",
"minimum": 0,
"maximum": 1
}
},
"required": [
"x0",
"y0",
"x1",
"y1"
]
}
},
"required": [
"document_id",
"page",
"rect"
],
"additionalProperties": false
}
Similar websites
eworker.ca
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
live
Unverified
Productivity & Business
eworker_site_status
eworker_list_apps
eworker_resolve_app
eworker_open_app
ewdoc_status
Inspect tools
urban-planning-copilot.heisenbug.in
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
demo
Unverified
Productivity & Business
get_workspace
get_analysis_plan
list_candidates
inspect_candidate
list_shortlist
Inspect tools
vide.zerdalu.com
vide.zerdalu.com
Vide
live
Unverified
Productivity & Business
Transact tools
list_project_files
read_project_file
write_project_file
delete_project_file
get_active_script
Inspect tools
labspace-agent-twin.onrender.com
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.
demo
Unverified
Productivity & Business
labspace_add_inventory
labspace_assess_workflow
labspace_resolve_materials
labspace_start_collection
labspace_collection_step
Inspect tools