get_ngx_all_stocks
Get the full list of all 148+ equities listed on the NGX with current prices, daily change percent, volume, market cap, and sector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Get the full list of all 148+ equities listed on the NGX with current prices, daily change percent, volume, market cap, and sector.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds context about returning current prices and a fixed list size, but does not disclose potential behaviors like data freshness, sorting, or pagination. With annotations covering the safety profile, a score of 3 is appropriate.
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, front-loaded sentence that provides essential information without unnecessary words. It earns its place by clearly communicating the tool's purpose and output.
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 zero-parameter list tool with no output schema, the description is complete: it states the scope, the data fields, and the approximate count. Nothing essential is missing, and the sibling tools provide contextual differentiation.
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?
With zero parameters, the schema is fully covered at 100%. The description doesn't need to explain parameters, and the baseline for 0 params is 4. No additional parameter semantics are required.
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 verb 'Get' and the resource 'full list of all 148+ equities listed on the NGX' with specified fields (current prices, daily change percent, volume, market cap, sector). This distinguishes it from sibling tools like get_ngx_stock_price or get_ngx_top_gainers.
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 implies usage for fetching the complete equity universe on NGX, distinguishing it from more focused tools. It doesn't explicitly mention alternatives or exclusions, but the context is clear enough for an agent to choose this when a full list is needed.
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.