Skip to main content
Glama
AshutoshRaj97

agentready-mcp

ask_site

Provide a domain and question to receive a cited answer sourced directly from the website's content.

Instructions

Ask a question about any website indexed by AgentReady and get a cited answer grounded in that site's actual content. First call list_sites to see which domains are available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe question to ask about the site.
domainYesDomain of the site to query (e.g. "agentready.org"). Accepts full URLs too.
Behavior3/5

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

No annotations provided, so description carries full burden. It describes the tool as returning a cited answer grounded in site content, implying read-only behavior. However, it lacks details on error handling, authentication, rate limits, or response format.

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?

Two sentences: first sentence states the main function, second provides prerequisite usage. No unnecessary words, front-loaded with key action.

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 no output schema, description mentions 'cited answer' which gives some expectation. It provides the prerequisite (list_sites). However, it doesn't specify behavior for missing domains or citation format, but overall adequate for a simple query tool.

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

Parameters4/5

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

Schema coverage is 100% with both parameters documented. The description adds value by clarifying that 'domain' accepts full URLs and giving an example, and 'query' is described as the question to ask, which supplements the schema.

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?

Clearly states the action (ask a question), resource (website indexed by AgentReady), and outcome (cited answer). It distinguishes from sibling list_sites by mentioning that one must first list sites.

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

Usage Guidelines4/5

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

Explicitly advises to first call list_sites to see available domains, providing clear when-to-use guidance. However, it doesn't explicitly state when not to use or provide alternatives beyond list_sites.

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/AshutoshRaj97/agentready-mcp'

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