Skip to main content
Glama
oguzhantopcu0

wardcat-mcp

is_sensitive

Read-only

Detect whether text contains sensitive information using an on-prem LLM guardrail before forwarding to external services.

Instructions

Return True if text contains sensitive information (holistic LLM gate).

Requires the on-prem LLM layer: set WARDCAT_LLM_MODEL (e.g. llama3.2:3b). Use it as a guardrail before forwarding text to an external service.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint and openWorldHint. The description adds valuable behavioral context: the tool uses an LLM (requires WARDCAT_LLM_MODEL), returns a boolean, and serves as a holistic gate. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences with front-loaded core function. No wasted words. Every sentence earns its place: purpose, prerequisite, usage advice.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with one parameter and an output schema (implied boolean). The description covers the core purpose, prerequisite, and usage context. It could be improved by contrasting with sibling tools like 'scan' to avoid confusion, but overall sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter 'text' is a string with 0% schema coverage. The description adds purpose (checks for sensitive info) but no additional constraints or format details. Score baseline 3 for a simple parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns True if text contains sensitive information, acting as a holistic LLM gate. However, it does not explicitly differentiate from siblings like 'scan' or 'redact', which could serve similar purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use: as a guardrail before forwarding to an external service. It also mentions a prerequisite (requires on-prem LLM layer). However, it lacks guidance on when not to use or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/oguzhantopcu0/wardcat-mcp'

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