query_best_practices
Retrieve best-practice nodes for a given domain to guide code changes and enforce standards.
Instructions
Return bundled best-practice nodes for a domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |
Retrieve best-practice nodes for a given domain to guide code changes and enforce standards.
Return bundled best-practice nodes for a domain.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description must convey behavioral traits. It merely states it returns nodes, with no mention of side effects, permissions, cost, or failure modes. This is insufficient for an agent to predict behavior.
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 7 words. It is concise and front-loaded, but some might consider it too brief. It earns its place by stating the core action and resource.
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?
Given the lack of output schema and annotations, the description should provide more context about the return value or behavior. It does not mention if the result is a list, a node ID, or structured data, making it incomplete for reliable invocation.
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 only specifies 'domain' as a string with no further constraints. The description adds no additional meaning about valid values, format, or semantics of the domain parameter. With 0% schema description coverage, the tool relies entirely on the description, which is minimal.
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 uses the verb 'Return' and specifies the resource 'bundled best-practice nodes' and scope 'for a domain'. However, it does not differentiate this tool from siblings like get_node_context or get_definitive_path, which also return nodes in some sense.
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 usage guidelines are provided. The description does not indicate when to use this tool versus alternatives, nor does it mention any preconditions or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Raviraj2024/Agent-Context-Graph'
If you have feedback or need assistance with the MCP directory API, please join our Discord server