Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_rssA

解析 RSS/Atom 订阅源,返回文章列表(标题/链接/发布时间/摘要)。

参数: url: RSS/Atom 订阅地址,如 https://www.ruanyifeng.com/blog/atom.xml limit: 最多返回的文章条数

返回: 纯文本文章列表,每篇包含 标题、链接、发布时间、摘要。

fetch_webA

抓取一个网页并提取正文纯文本(自动去除导航/脚本/样式等噪音)。

参数: url: 网页地址,如 https://www.plbear.com/ max_chars: 返回正文的最大字符数

返回: 页面标题 + 正文纯文本(适合喂给 LLM 阅读)。

fetch_web_mdA

抓取一个网页并转换为 Markdown(保留标题层级/列表/代码块/链接/图片/表格)。

参数: url: 网页地址,如 https://www.plbear.com/ max_chars: 返回 Markdown 的最大字符数

返回: 页面标题 + Markdown 正文(比纯文本更适合喂给 LLM / 文档化场景)。

search_webA

搜索网页,返回 标题/链接/摘要 列表(免 API Key,基于 DuckDuckGo)。

参数: query: 搜索关键词 max_results: 最多返回的结果条数

返回: 纯文本结果列表,每条包含 标题、链接、摘要。

fetch_urlsA

批量抓取多个网页,返回每个的标题与正文摘要(单点失败不影响整体)。

参数: urls: URL 列表(最多 5 个) mode: "text" 或 "markdown" max_chars: 每个条目的最大字符数

返回: 逐条列出每个 URL 的 标题 + 正文(失败的条目标注原因)。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/IYABAO/fluxio-mcp'

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