Skip to main content
Glama
luimu64

nordnet-mcp

by luimu64

news

Retrieve paginated news feed for a given instrument, showing headline, agency, type, and published timestamp. Use offset and limit to control results.

Instructions

Paginated news feed for an instrument: headline, agency, type, published timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
instrument_idYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses pagination and the output fields, but does not mention ordering, authentication, rate limits, error handling, or behavior with invalid instrument IDs.

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?

A single concise sentence front-loads the tool's purpose and output fields. No wasted words or redundant information.

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

Completeness3/5

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

No output schema exists, so the description must cover returns; it lists the major fields. However, it lacks details on pagination mechanics, ordering, and error conditions, making it adequate but not complete for a production tool.

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?

The schema has no descriptions for limit, offset, or instrument_id (0% coverage). The description only implies instrument_id via 'for an instrument' and pagination via 'paginated', but does not explain limit/offset semantics or defaults beyond what the schema already shows.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states this is a paginated news feed for an instrument and lists the output fields (headline, agency, type, published timestamp). It is distinct from sibling tools like quote or trades, though it doesn't explicitly differentiate them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives, and no exclusions or prerequisites are mentioned. The description only states what the tool does, not when it should be chosen.

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/luimu64/nordnet-mcp'

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