Skip to main content
Glama

Stocklake — AI Stock Intelligence

Get Watchlist

get_watchlist
Read-onlyIdempotent

The caller's Stocklake watchlist (starred symbols from the web dashboard), enriched with live price, technicals, and AI verdict.

Returns:

  • count: number of symbols on the watchlist

  • items[]: each with symbol, name, sector, price, change_pct, rsi, market_cap, analyst_rating, atr_pct, ai_verdict, ai_headline, ai_score (0-100), ai_score_band (Weak/Moderate/Strong/Very Strong), added_at, price_at_add

  • empty items[] if nothing is starred yet — star symbols at stocklake.dev/dashboard

Pro tier only. For informational purposes only. Not financial advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds the 'Pro tier only' restriction and the 'For informational purposes only. Not financial advice' disclaimer, plus the personalization to the caller. It also describes the return payload. No contradiction with annotations.

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

Conciseness4/5

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

The description is moderately long but well-structured: a purpose sentence, a 'Returns:' list, an empty-case note, and a tier/disclaimer. No wasted words, though the disclaimer could be considered boilerplate. It is appropriately front-loaded with the core purpose.

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

Completeness5/5

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

Given there are no parameters, the description fully covers what an agent needs: the data source (caller's watchlist), the fields returned, the empty-case behavior, the Pro tier requirement, and the disclaimer. The output schema exists separately, so no need to detail return values further. It is complete.

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?

The tool has zero parameters and the input schema is empty, so there is nothing to explain. Per rubric, 0 parameters warrants a baseline of 4. The description compensates by detailing the output structure, which is highly relevant.

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 identifies the resource ('the caller's Stocklake watchlist') and the enrichment ('live price, technicals, and AI verdict'). It is distinct from all 16 siblings, none of which relate to watchlists. The purpose is unambiguous and specific.

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?

The context is clear: it returns the caller's personal watchlist, which implies use when the user's own watchlist is needed. It notes 'Pro tier only' as a prerequisite but does not explicitly state when not to use or alternatives. Since no sibling offers watchlist data, explicit exclusions are unnecessary.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources