marketnow_check_domain
Check if a domain is suspicious (scam checker). Returns risk score and reasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to check (e.g. example.com) |
Check if a domain is suspicious (scam checker). Returns risk score and reasons.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to check (e.g. example.com) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden and does disclose the key outcome: returning a risk score and reasons. It does not state whether the operation is read-only, whether external lookups occur, or any side effects, though 'check' implies a non-mutating lookup.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences convey purpose, scope, and output with no filler. The key phrase 'Check if a domain is suspicious' is front-loaded and immediately clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter tool with no output schema, the description covers the core action and return value adequately. It lacks usage guidance relative to verify_trust and does not describe the return structure, but the low complexity makes these gaps minor.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the schema already defines the single required domain parameter with an example. The description adds no further semantic detail about input format, normalization, or edge cases beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool checks whether a domain is suspicious and returns a risk score, with 'scam checker' adding useful context. It does not explicitly differentiate it from the sibling marketnow_verify_trust, which could overlap in trust-related checks.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool versus alternatives such as marketnow_verify_trust. The only implied usage is checking domain suspicion, leaving the agent to infer selection criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.