Skip to main content
Glama
p-gentili

justetf-mcp

by p-gentili

get_live_quote

Retrieve the latest live ETF quote in EUR via justETF's WebSocket feed. Provide an ISIN to get the current price from gettex.

Instructions

Return the latest live quote for an ETF from gettex in EUR.

This uses justETF's WebSocket feed. The upstream scraper currently supports gettex/EUR only. Outside trading hours, it should still usually return an initial quote, but a timeout is enforced for local MCP usability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isinYes
timeout_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Since no annotations are provided, the description carries full burden for behavioral disclosure. It mentions the WebSocket feed, limitation to gettex/EUR, behavior outside trading hours (initial quote possible), and enforced timeout. This is good coverage for a live quote tool.

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

Conciseness5/5

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

Description is very concise: two sentences front-loading the purpose and adding behavioral context. No wasted words or repetition.

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

Completeness4/5

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

The description covers tool source, limitation, and behavioral quirks. With an output schema present, return value details are not needed. It is almost complete; could mention data freshness or real-time nature explicitly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so description needs to add meaning to the 2 parameters. It clarifies the quote is from gettex in EUR but does not explain the isin parameter or how timeout_seconds is related to the mentioned timeout. The timeout mention is vague and not explicitly linked to the parameter.

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?

Description clearly states it returns the latest live quote for an ETF from gettex in EUR. The verb 'Return' and specific resource (live quote for ETF from gettex in EUR) distinguish it from sibling tools like get_chart or search_etfs.

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?

Description explains the tool uses justETF's WebSocket feed, supports only gettex/EUR, and mentions behavior outside trading hours with a timeout. It provides clear context for when to use the tool, though it doesn't explicitly mention when not to use or suggest alternatives.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/p-gentili/justetf-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server