llms__validate_llms_txt
[llms.txt 檢查工具]驗證一段 llms.txt 內容是否符合格式(H1、摘要、分區、連結)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |
[llms.txt 檢查工具]驗證一段 llms.txt 內容是否符合格式(H1、摘要、分區、連結)。
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden. It reveals which structural elements are checked but says nothing about the nature of the result (pass/fail, list of violations), whether validation is strict or heuristic, or any failure behavior. This is a thin disclosure for an annotation-free tool.
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?
A single compact sentence with the tool's scope front-loaded in a bracketed tag. No wasted words, though the tag is mildly redundant with the name.
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 simple one-parameter validator with no output schema and no annotations, the description covers the input and the checked elements but omits the return shape, which matters for a validation tool. Adequate but with a clear gap.
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 0% and the single required parameter 'content' is undocumented in the schema. The description partially compensates by implying the input is a block of llms.txt text to be validated, but it adds no format, size, or encoding detail beyond that.
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?
States a specific verb (驗證/validate) and resource (llms.txt 內容) and enumerates what is checked (H1, 摘要, 分區, 連結). However, it does not distinguish itself from the sibling llms__check_llms_txt, leaving ambiguity between the two near-identical tools.
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 on when to use this versus llms__check_llms_txt or llms__check_ai_crawler_access. Usage is only implied by the word 'validate'. An agent has no criteria for choosing between the overlapping sibling tools.
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.