Skip to main content
Glama
nod-protocol

nod-mcp-server

Official
by nod-protocol

Check a NOD capability

check_capability

Verify if a business supports specific actions like ordering or booking by checking its NOD manifest for endpoint URLs, authentication, and policy constraints.

Instructions

Given a domain and an action (e.g. order_food, book_appointment, search_products, get_pricing, view_menu, book_table, check_status, create_account), fetches the business's NOD manifest and reports whether the action is supported, the endpoint URL, authentication requirements, and any policy constraints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to check (e.g. "demo-restaurant.localhost").
actionYesThe action to check. Common values: order_food, place_order, view_menu, book_table, book_appointment, search_products, find_provider, get_pricing, check_inventory, check_status, create_account, get_docs, contact_support.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden and does well by disclosing key behavioral traits: it fetches a manifest, reports on support status, endpoint URL, authentication requirements, and policy constraints. This covers critical operational aspects like auth needs and constraints, though it could add details on rate limits or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded and efficiently structured in a single sentence that covers purpose, inputs, and outputs without waste. Every element (e.g., action examples, reported details) serves to clarify the tool's function, making it concise and well-organized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (2 parameters, no output schema, no annotations), the description is largely complete: it explains what the tool does, what it returns, and key behavioral aspects. However, it could improve by mentioning the sibling tool 'lookup_nod' for better context or detailing output format, though the absence of an output schema makes this less critical.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, providing clear definitions for 'domain' and 'action'. The description adds minimal value beyond the schema by listing example actions, but it doesn't elaborate on parameter interactions or constraints. Baseline score of 3 is appropriate as the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('fetches', 'reports') and resources ('business's NOD manifest'), and it distinguishes from the sibling tool 'lookup_nod' by focusing on capability checking rather than general lookup. It provides concrete examples of actions like 'order_food' and 'book_appointment' to illustrate scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context by specifying it checks 'whether the action is supported' and lists common actions, but it does not explicitly state when to use this tool versus alternatives like 'lookup_nod' or provide exclusions. It offers some guidance through examples but lacks direct comparative instructions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nod-protocol/nod-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server