x402-graph-vertex-count
Graph Vertex Count: Graph Vertex Count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | No | Edges to process |
Graph Vertex Count: Graph Vertex Count
| Name | Required | Description | Default |
|---|---|---|---|
| edges | No | Edges to process |
Changes observed during successful MCP inspections.
Input schema / properties / edgesAdded value: +{
+ "description": "Edges to process",
+ "type": "string"
+}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, and it discloses nothing: not whether the input is an adjacency list/edge list, not the return shape, not error behavior for malformed or empty input. A one-word restatement is a complete failure of transparency here.
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 text is short but it is under-specification rather than conciseness: it duplicates the title twice and contributes no front-loaded information. Nothing in the sentence earns its place.
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?
The tool is structurally simple (one param, no nested objects, no output schema), but the description leaves the input encoding entirely to the schema's one-line 'Edges to process' and says nothing about the result of the count. For a tool an agent must call blind, this is inadequate.
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?
Parameter count is 1 with 100% schema description coverage, so the schema already documents 'edges'. Per the rubric, high coverage sets the baseline at 3 even when the description adds nothing, which is the case here — the description does not explain the expected edge format (e.g. 'A-B' pairs, delimiters).
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 is a verbatim restatement of the tool name ('Graph Vertex Count: Graph Vertex Count'), giving an agent no information beyond the identifier itself. It does at least imply counting vertices in a graph, but it does not distinguish this from the sibling x402-graph-edge-count, which is the closest alternative an agent would weigh.
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?
There is no when-to-use guidance, no prerequisite, and no mention of the obvious alternative x402-graph-edge-count or x402-graph-degrees. Nothing tells an agent when this tool beats its siblings.
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.