ask
Ask about this platform: capabilities, pricing, policies. Answers are grounded in the platform's own knowledge with cited sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The question, in plain language (max 2000 chars). |
Ask about this platform: capabilities, pricing, policies. Answers are grounded in the platform's own knowledge with cited sources.
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The question, in plain language (max 2000 chars). |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full behavioral transparency burden. It does disclose that answers are 'grounded in the platform's own knowledge with cited sources', which is a useful behavioral trait. However, it does not disclose other aspects like read-only nature, latency, or failure modes, leaving some ambiguity.
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 two sentences, immediately states the primary function, and provides key behavioral notes (grounding and citations) without redundancy. It wastes no words and front-loads the most critical information.
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?
For a simple query tool with a single parameter and no output schema, the description is nearly complete. It explains what the tool does, the scope of questions, and the nature of answers. One might wish for an explicit statement about return format, but the simplicity of the tool makes this minor gap acceptable.
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 fully describes the single parameter 'question' with a clear description and character limit. The tool description adds contextual meaning by specifying the type of questions (capabilities, pricing, policies), which helps the agent formulate appropriate queries beyond the schema's literal definition.
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 tool's purpose with a specific verb ('ask') and resource ('this platform') and enumerates the subject areas (capabilities, pricing, policies). It does not explicitly differentiate it from the sibling tool 'about', but the description is clear on its own.
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?
The description gives no guidance on when to use this tool versus the sibling 'about' tool, nor does it mention any exclusions or alternative tools. There is no explicit 'when' or 'when not to use' context, leaving usage decisions to the agent's inference.
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.
The two tools have clearly distinct purposes: 'about' provides static platform information, while 'ask' handles dynamic Q&A. There is no overlap or ambiguity between them.
Both tool names are single lowercase verbs ('about', 'ask'), following a consistent and simple naming style. No mixed conventions or inconsistent patterns.
With only 2 tools, the server is minimal but well-scoped for an informational/knowledge platform. It is slightly thin but not insufficient for its stated purpose.
The tool surface covers the core needs of learning about the platform and asking questions about it. Minor gaps like a dedicated search tool are not critical given the narrow domain.