Discover the My Quant app
list_capabilitiesList the current briefing, feed validation, offline reading, topic controls, API, MCP, and product boundaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_capabilitiesList the current briefing, feed validation, offline reading, topic controls, API, MCP, and product boundaries.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, non-destructive, idempotent behavior, so the description does not need to repeat that. However, it adds no additional behavioral context such as authentication requirements, rate limits, or side effects. Since annotations cover the core traits, a neutral score 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 sentence and includes the core action upfront. It lists multiple items, which makes it slightly long-winded, but it remains focused and does not include irrelevant details. The structure is acceptable and reasonably concise.
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?
There is no output schema, and the description does not mention what the tool returns. It lists what is being listed, but not the format, structure, or content of the response. An agent would need additional context to know whether to expect a list, an object, or other data. This is a notable gap.
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?
There are no parameters in the schema, so schema coverage is 100%. No additional parameter semantics are needed. The description does not add any param-related detail, but the baseline for high coverage is 3.
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 action ('List') and specifies the exact items being listed (briefing, feed validation, offline reading, topic controls, API, MCP, product boundaries). It is distinct from the sibling tool get_health, which presumably checks health status, so an agent can easily differentiate purposes.
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 explicit guidance is given on when to use this tool versus alternatives. There is no mention of scenarios that would favor listing capabilities over checking health. The description only states what the tool does, not when to invoke it.
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.
get_health and list_capabilities serve clearly distinct purposes with zero overlap—a health/heartbeat check versus a capabilities manifest. No agent would confuse the two.
Both tools follow a consistent verb_noun snake_case convention (get_health, list_capabilities). The naming pattern is uniform and predictable, though the sample is small.
Only 2 tools exist for a server claiming to be a 'market briefing' service, and neither performs any actual briefing function. Even for a minimal server, the tools feel like meta/scaffolding utilities rather than a usable surface.
The server name implies market briefings, but no tool retrieves, configures, or acts on briefings—only health checks and capability listings are exposed. Critical domain operations are entirely absent; this is a severely incomplete surface for the stated purpose.