Skip to main content
Glama
mychaelconnolly

phishfort-mcp

Report PhishFort Incident

phishfort_report_incident

Submit an incident report for takedown or monitoring using an approval ID and passphrase, enabling authorized actions after approval.

Instructions

Report incident for takedown or monitoring after approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
actionYes
commentNo
subjectNo
client_idNo
expires_atYes
approval_idYes
reported_byNo
incident_typeNo
request_digestYes
approval_phraseYes
attachment_pathsNo
destructive_confirmedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
http_statusYes
incident_idYes
remote_stateNo
dashboard_urlYes
safe_to_retryYes
report_outcomeYes
manual_review_requiredYes
untrusted_data_warningYes
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds the context of 'after approval' and the dual purpose (takedown or monitoring), which is useful but does not significantly expand behavioral disclosure beyond what annotations provide.

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

Conciseness3/5

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

The single-sentence description is concise and front-loaded, but at the cost of clarity. It earns its place yet is insufficient for a tool with 13 parameters, making it adequately sized but not effectively informative.

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

Completeness2/5

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

The tool is complex with many required parameters and an approval workflow, but the description lacks details about prerequisites, output, or parameter dependencies. With an output schema exists, but the description ignores it, leaving significant gaps.

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

Parameters1/5

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

With 13 parameters and 0% schema description coverage, the description must compensate but does not. It provides no explanation for any parameter (e.g., 'action', 'approval_id', 'destructive_confirmed'), leaving agents to guess their meaning and usage.

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

Purpose3/5

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

The description states the tool reports an incident for takedown or monitoring after approval, which provides a verb and resource. However, it does not clearly differentiate from sibling tools like phishfort_request_incident_action or phishfort_add_comment, leaving ambiguity about its exact role.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description only mentions 'after approval' as a precondition, but does not specify when or why this tool should be chosen over similar sibling tools.

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/mychaelconnolly/phishfort-mcp'

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