Skip to main content
Glama

glim.sh

Server Details

Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

11 tools
glim_amazon_getAmazon Product
Read-onlyIdempotent
Inspect

Fetch Amazon product detail from a product URL or 10-char ASIN on a regional marketplace (com|co.uk|de|fr|es|it). Returns title, buybox price (gross + VAT-excluded net), stock, delivery estimate, rating, top reviews, and an 'other sellers' summary (count + floor price). Text mode (default) returns a compact view with offers_summary {buybox, lowest_new, lowest_used} - pass format='json' for full structured data incl. the offers[] listing and images.

ParametersJSON Schema
NameRequiredDescriptionDefault
refYesAmazon product URL or 10-char ASIN (e.g. https://www.amazon.com/dp/B0F59XT8QM or B0F59XT8QM). Obtain real ASINs from glim_amazon_search; do not invent them.
tldNoAmazon marketplace: com | co.uk | de | fr | es | itcom
formatNoOutput format. 'text' (default): compact human-readable view, fewer tokens. 'json': full structured data (offers[], images, variants).text
glim_github_getGitHub Get
Read-onlyIdempotent
Inspect

Fetch GitHub data from a single ref. GitHub URL or 'owner/repo' shorthand. A repo URL or owner/repo returns metadata + README; /pull/N -> PR (with comments + changed files), /issues/N -> issue, /blob// -> file, /tree/ -> file tree, /commits -> history, /branches, /releases.

ParametersJSON Schema
NameRequiredDescriptionDefault
refYesGitHub URL or 'owner/repo' shorthand. A repo URL or owner/repo returns metadata + README; /pull/N -> PR (with comments + changed files), /issues/N -> issue, /blob/<ref>/<path> -> file, /tree/<ref> -> file tree, /commits -> history, /branches, /releases.
pageNoPage number
formatNoOutput encoding. 'text' (default): compact human-readable text, fewer tokens (file returns raw content). 'json': machine-readable JSON.text
per_pageNoResults per page
glim_reddit_getReddit Get
Read-onlyIdempotent
Inspect

Fetch a Reddit post, subreddit, or user by ref. Posts return comments; subreddits and users return profile metadata plus recent activity.

ParametersJSON Schema
NameRequiredDescriptionDefault
refYesPost ID or URL, subreddit ref (r/programming or reddit.com/r/programming), or user ref (u/spez or reddit.com/user/spez)
sortNoListing post sorthot
timeNoListing time rangeday
limitNoMax listing items
formatNoOutput format. 'text' (default): compact human-readable view, fewer tokens. 'json': full structured data for machine parsing.text
comment_sortNoComment sortconfidence
comment_depthNoMax nesting depth
comment_limitNoMax comments
include_postsNoInclude recent posts for user refs
include_commentsNoInclude recent comments for user refs
glim_twitter_getFetch Tweet or User
Read-onlyIdempotent
Inspect

Fetch a tweet or a user from one reference. A tweet URL (incl. handle-less /i/status/) returns the tweet with full thread context, parent, and optional replies/quotes; a profile URL (https://x.com/) returns the user with recent tweets. Prefer full URLs - if you only have a numeric id, pass it as a quoted string. Returns a compact human-readable view by default; pass format='json' for full structured data.

ParametersJSON Schema
NameRequiredDescriptionDefault
refYesTweet URL or profile URL. A tweet URL (incl. /i/status/<id>) returns the tweet + thread; a profile URL (https://x.com/<handle>) returns the user + recent tweets. Prefer full URLs - if you only have a numeric id, pass it as a quoted string.
cursorNoProfile refs only: pagination cursor from next_cursor
formatNoOutput format. 'text' (default): compact human-readable view, fewer tokens. 'json': full structured data for machine parsing.text
includeNoTweet refs only: also fetch 'replies' and/or 'quotes'
expand_urlsNoWhen true, auto-crawl entity URLs and attach crawled_content to tweets. Off by default: responses can grow by up to 4KB per expanded URL. Use glim_web_fetch(url) for targeted crawls instead.
include_repliesNoProfile refs only: include replies in the timeline
include_mentionsNoProfile refs only: include the mentions timeline
glim_web_fetchWeb Fetch
Read-onlyIdempotent
Inspect

Fetch a single web page and extract clean content. Auto-tier server-side: handles SSR (Next.js, Nuxt, TikTok, Pinterest, YouTube), SPA shells, PDFs, paywall detection, residential-proxy escalation, and stealth profiles for TikTok / Instagram tags / Pinterest / Threads-search / YouTube. Returns clean markdown (default) with a YAML frontmatter header (url, outcome, total_chars). Read 'outcome' to classify the result (success | teaser | thin_content | paywall | bot_challenge | consent_wall | login_wall | rate_limited | timeout | transient_upstream | unsupported_target | not_found | error). Large pages (>80k chars) are truncated inline with truncated_chars + a download_full_url to the complete extraction (expires ~1h). Permanently unsupported (outcome=unsupported_target, cost=0 upstream): Bluesky searchPosts, IG profile/post pages, Threads profile/post pages, Truth Social, Xiaohongshu.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL to fetch
formatNoOutput format. 'markdown' (default) clean article text; 'html' raw cleaned HTML; 'json' the structured SSR blob (TikTok / Pinterest / YouTube) instead of article text.markdown
selectorNoCSS selector to scope extraction
glim_youtube_getYouTube Subtitles
Read-onlyIdempotent
Inspect

Fetch a YouTube video transcript/subtitles from a video URL or 11-char id. Default format='text' returns the transcript inline (when it fits ~80K chars / ~20K tokens) so a single call gives you the text directly; long-form videos fall back to a download_url note. Pass format='json' for structured metadata + a presigned download_url (no inline transcript) - for batch/programmatic use. Default origin='uploader_provided' (human captions); falls back to 'auto_generated' automatically if missing (counts as 2 upstream calls). Cached 7 days server-side.

ParametersJSON Schema
NameRequiredDescriptionDefault
refYesYouTube video URL or 11-char video id (e.g. https://youtu.be/dQw4w9WgXcQ, https://www.youtube.com/watch?v=dQw4w9WgXcQ, or dQw4w9WgXcQ)
formatYesOutput format. 'text' (default): the transcript inline as plain text (omitted with a download_url note when it exceeds the ~80K-char inline cap). 'json': structured metadata + a presigned download_url for the WebVTT file, with no inline transcript - for batch/programmatic use.text
originNo'uploader_provided' for human captions (default), 'auto_generated' for YouTube auto-captions.uploader_provided
language_codeNoISO 639-1 language code (e.g. 'en', 'de', 'fr')en

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources