

AI Writing Quality Check
Function
Available ActionsEach successful request consumes credits as outlined below.
check_for_banned_phrases5cr
Details
Catch banned phrases, and overused AI clichés in draft copy before you ship it - built for iterative rewrite loops inside AI content workflows. Point this tool at a headline, CTA, social post, email, landing page, or long-form blog and get back field-level correction targets: the exact matched phrase, its character index, surrounding context, and the reason it was flagged. Agents can take those corrections, rewrite inline, and re-run the check until the copy passes - no vague "improve this" feedback, no guessing. Ideal for marketing ops, content teams, SEO writers, brand compliance reviewers, and any AI copywriting pipeline that needs a deterministic, repeatable quality gate.
Use Cases
Pre-publish quality checks for marketing copy, Headline and CTA rewrite loops, Social post phrase compliance checks, Blog and article draft quality gating, Email subject line banned-phrase screening, Landing page hero copy sanity checks, Product description compliance review, Ad copy phrase-list enforcement, Brand voice guardrails for AI copywriters, Automated copy review inside multi-step agent workflows, SEO draft cleanup before publishing, AI cliché detection in long-form content, Field-level correction feedback for content editors, Consistent enforcement of organization-wide banned-phrase policy, Repeatable copy quality gates in content approval workflows
Dynamic MCP Setup
Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.
30 Second Setup
STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.
npm install -g @agentpmt/mcp-routeragentpmt-setupHosted Streamable HTTPS
MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.
https://api.agentpmt.com/mcpConfig Example
Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}Need client videos, organization controls, audit details, and the full feature overview?
More About Dynamic MCPFrequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 69e99f72157ecd9aa94a1c92 ("AI Writing Quality Check"). After reading the schema and any returned instructions, tell me what this tool can do, what inputs it needs, and what you need from me before running it. Do not call action 'call_tool' until I confirm the request and provide the required parameters.
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.











