llms__generate_llms_txt
[llms.txt 檢查工具]讀取網站首頁與 sitemap,自動產生 llms.txt 草稿。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
[llms.txt 檢查工具]讀取網站首頁與 sitemap,自動產生 llms.txt 草稿。
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations, so the description carries the full burden. It discloses that the tool fetches the homepage and sitemap, which is genuine behavioral context, but says nothing about network behavior, timeouts, failure modes, or where/how the generated draft is returned. For a tool that performs live crawling, this is thin.
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 efficient sentence with the source data front-loaded before the outcome. No waste, though the bracketed category label consumes space without adding operational information.
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 generation tool with no annotations, no output schema, and an undocumented parameter, the description is under-specified. An agent cannot tell what the produced llms.txt draft contains, how it is returned, or how it differs in result from the check/validate siblings.
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?
Only one parameter (url) with 0% schema description coverage. The description implies the url is the target website whose homepage and sitemap are read, which adds modest meaning, but gives no format guidance (scheme, trailing slash, subpaths) and no constraints. Baseline is roughly met but not exceeded.
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?
Names a specific verb (generate) and resource (llms.txt), plus the data sources it reads (homepage and sitemap). It implicitly separates itself from the llms__check_llms_txt and llms__validate_llms_txt siblings, though it never names them explicitly. The bracketed label '檢查工具' (checking tool) is slightly at odds with the generate verb but doesn't mislead.
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 when-to-use guidance at all. With three closely related siblings in the llms__ group (check_llms_txt, validate_llms_txt, check_ai_crawler_access), the description should say when to generate a new draft versus when to check or validate an existing one. Nothing is offered.
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.