Skip to main content
Glama

Agentic AI with MCP

by dev484p

wiki_search

Search Wikipedia articles using a query to retrieve relevant results, with an optional limit on the number of articles returned. Integrated with the MCP server for enhanced AI-driven information retrieval.

Instructions

Search Wikipedia for articles.

Input Schema

NameRequiredDescriptionDefault
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 3, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "wiki_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