Skip to main content
Glama

Agentic AI with MCP

by dev484p

yahoo_finance_search

Retrieve stock information from Yahoo Finance by entering a specific symbol and optional period. This tool aids in accessing financial data for informed decision-making via the Agentic AI with MCP server.

Instructions

Get stock information from Yahoo Finance.

Input Schema

NameRequiredDescriptionDefault
periodNo1mo
symbolYes

Input Schema (JSON Schema)

{ "properties": { "period": { "default": "1mo", "title": "Period", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "title": "yahoo_finance_searchArguments", "type": "object" }
Install Server

Other Tools from Agentic AI with MCP

Related Tools

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/dev484p/AgenticAI_MCP'

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