Skip to main content
Glama
mychaelconnolly

phishfort-mcp

Create PhishFort Webhook

phishfort_create_webhook

Create a webhook subscription to receive PhishFort event notifications, with approval-gated security and a one-time secret saved locally.

Instructions

Create webhook subscription. One-time secret is saved locally, not returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
eventsYes
expires_atYes
approval_idYes
descriptionNo
request_digestYes
approval_phraseYes
secret_output_nameNo
destructive_confirmedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
webhook_idNo
http_statusNo
remote_stateYes
saved_secretNo
secret_stateYes
recovery_fileNo
safe_to_retryNo
secret_returnedYes
recovery_requiredYes
untrusted_data_warningYes
Behavior3/5

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

Annotations (readOnlyHint=false, destructiveHint=false) indicate it's a non-read, non-destructive mutation. The description adds behavioral context about the one-time secret being saved locally and not returned, which is valuable but does not fully explain side effects, authorization, or idempotency nuances.

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

Conciseness4/5

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

The description is very short and front-loaded with the core purpose. Every sentence is useful, but it could be improved by adding more detail about parameters without becoming wordy.

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?

Given the complexity (9 params, 6 required, output schema exists but not detailed), the description is insufficient. It lacks information on return values, error states, and how to use the secret, making it hard for an agent to invoke correctly without additional knowledge.

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 0% schema description coverage, the description must compensate but only mentions the secret behavior, not explaining any of the 9 parameters (url, events, approval_id, etc.). This leaves parameter meaning entirely to the agent's inference.

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 it creates a webhook subscription and mentions the one-time secret behavior. It distinguishes from sibling webhook operations (list, update, delete, etc.) but could be more explicit about the context of PhishFort webhooks.

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?

The description provides no guidance on when to use this tool versus alternatives, such as prerequisites for using approval_id/approval_phrase, or when to prefer this over other webhook operations.

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