agentek-eth

by NaniDAO
Verified

getLatestCoindeskNewsTool

Fetch cryptocurrency news from Coindesk using this tool, specifying the number of articles to retrieve, with a default limit of 10.

Instructions

Calls the Coindesk API to retrieve the latest news articles. Parameter 'limit' allows specification of how many articles to fetch (defaults to 10).

Input Schema

NameRequiredDescriptionDefault
limitNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "maximum": 100, "minimum": 1, "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce