Read my watchlist
get_watchlistThe companies the user watches on FirmLedger, newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
get_watchlistThe companies the user watches on FirmLedger, newest first.
| 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, idempotentHint and destructiveHint=false, so the safety profile is covered. The description's only added behavioral detail is the sort order ('newest first'), which is genuinely useful but thin; it says nothing about pagination, list size, or whether entries include scores/news.
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?
A single short sentence with no filler, and the identifying detail (whose companies) is front-loaded ahead of the ordering qualifier.
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 parameterless read tool with no output schema, the definition conveys what the list is and how it is ordered, which is close to sufficient. It stops short of describing what a watchlist entry contains, so an agent cannot predict the response shape.
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 tool takes zero parameters, establishing the baseline of 4. The description adds nothing further on inputs, which is appropriate since none exist.
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 phrase 'The companies the user watches on FirmLedger' names the exact resource being read and adds the ordering ('newest first'), so an agent knows what comes back. It is a noun phrase rather than an explicit verb+resource, and it never distinguishes itself from siblings like export_watchlist_csv or watchlist_add/remove.
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?
There is no guidance on when to call this versus export_watchlist_csv (which also surfaces watchlist data) or the watchlist_add/watchlist_remove mutators. The read-only intent is left entirely to 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.