Securitytxt
securitytxtsecurity.txt: RFC 9116 disclosure policy & contacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
securitytxtsecurity.txt: RFC 9116 disclosure policy & contacts
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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, but it only labels the resource and standard. It does not reveal that the tool likely fetches a remote file, how it behaves for missing files, what network assumptions exist, or what the output contains beyond the general idea of disclosure contacts.
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?
The description is very short with no filler, which is good, but it is under-specified rather than efficiently complete. It front-loads the standard name, yet important invocation details are absent.
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?
While the tool has an output schema and only one optional parameter, the description still fails to explain the required input semantics or how the tool is invoked. For an agent to call this correctly, it needs to know what q represents, which is missing.
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?
The schema has one parameter, q, with zero description coverage, and the description does not mention q at all. An agent cannot tell whether q is a domain, URL, or query string, so the parameter semantics are effectively undocumented.
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 identifies a specific resource — the security.txt file — and pairs it with the RFC 9116 standard and its purpose ('disclosure policy & contacts'). It is clear what domain this tool covers and it is distinguishable from sibling tools like robots or abusecontact, though it lacks an explicit action verb like 'fetch' or 'retrieve'.
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 given about when to use this tool versus adjacent tools such as robots, wellknown, or abusecontact. The description implies a security.txt-related use case, but it does not state what input should be provided or what situation calls for this tool.
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.