get_mcp_mark_snippet
Return README/HTML/MCP instructions/agent-card/.well-known snippets for the signed SaSame Record Mark.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | No |
Return README/HTML/MCP instructions/agent-card/.well-known snippets for the signed SaSame Record Mark.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | No |
Changes observed during successful MCP inspections.
Input schema / $schemaPrevious value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate idempotentHint=true (safe to retry) and destructiveHint=false. The description adds no new behavioral context, such as authentication requirements or side effects, but does not contradict annotations.
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 a single sentence with no unnecessary words. It is concise and front-loaded with the key verb and resource, but lacks structure (e.g., not breaking down use cases or assumptions).
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?
With no output schema, the description should explain return format or structure. It lists snippet types but does not indicate whether the result is a JSON object, a string, or a file. This is insufficient for an agent to reliably use the tool's output.
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 description coverage is 0%, meaning no parameters have descriptions. The tool description does not mention or explain the parameters `url` (required) or `name` (optional), leaving the agent without any guidance on their meaning or format.
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 verb 'Return' and the resource 'snippets for the signed SaSame Record Mark.' It includes specific snippet types (README, HTML, etc.) and distinguishes from the sibling `get_mark_snippet` by mentioning 'signed SaSame Record Mark,' though the differentiation is implicit.
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 on when to use this tool versus alternatives. The sibling `get_mark_snippet` exists but is not mentioned, and there is no indication of prerequisites or context for choosing 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.