social-content-mcp-server
Server Details
Dev.to, Steam, podcasts, Eventbrite — cross-format content discovery for AI curators.
- 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.
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.
Tool Definition Quality
Average 4.1/5 across 4 of 4 tools scored.
Each tool targets a distinct platform (Steam, Dev.to, Eventbrite, podcasts) with no overlapping functionality, making selection unambiguous.
Inconsistent use of 'get_' for one tool and 'search_' for three others breaks the pattern; but all use clear verb-noun structure.
With 4 tools, the server is well-scoped for a social content discovery service, though could expand.
Covers games, tech articles, events, and podcasts, but omits video content (e.g., YouTube) and social media feeds, leaving notable gaps.
Available Tools
4 toolsget_steam_gamesARead-onlyInspect
Search Steam game platform for video games by title or keyword. Returns game name, price in USD, average user rating, review count, release date, and Steam store page URL. Use for game discovery, price monitoring, or review research before purchase.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Game title or genre search (e.g. 'Elden Ring', 'strategy games', 'indie puzzle') | |
| max_results | No | Number of game results to return (default 10) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint and openWorldHint, signaling a safe, non-destructive operation. The description adds behavioral context by listing the exact data returned (name, price, rating, etc.) and specifying the search scope (title or keyword). This goes beyond the annotations and gives the agent a clear expectation of output without needing an output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long and front-loaded with the primary action. The first sentence states what the tool does and returns, and the second gives concrete use cases. Every sentence earns its place with no redundant or vague phrasing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With only two parameters and no output schema, the description carries the burden of explaining the return format, which it does by listing all returned fields. It also provides enough usage context for an agent to decide when to invoke it. Minor gaps like error handling or no-results behavior exist, but they are not critical for a read-only search tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides descriptions for both parameters ('query' and 'max_results') with 100% coverage. The description reinforces these by mentioning 'title or keyword' and the default result count, but it does not add substantially new semantics beyond what the schema already defines. Baseline 3 is appropriate given the high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Search') and resource ('Steam game platform'), clearly identifying what the tool does. It also lists the return fields, making the purpose unambiguous. Sibling tools are all search tools for different domains, so this is effectively distinguished by its target platform.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool: 'Use for game discovery, price monitoring, or review research before purchase.' This provides clear context but does not mention exclusions or alternatives. Since the tool's domain (Steam games) is distinct from siblings, the lack of explicit alternatives is not a significant gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_devtoARead-onlyInspect
Search dev.to platform for developer articles, tutorials, and technical posts. Returns article title, author, read time, publication date, tags, and direct link. Use for learning new dev topics, finding tutorials, or staying updated on developer community trends.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search keywords for developer content (e.g. 'React tutorial', 'Docker basics', 'TypeScript patterns') | |
| max_results | No | Number of articles to return (default 10, good for recent content) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnlyHint=true, and the description adds useful behavioral detail by enumerating the return fields (title, author, read time, publication date, tags, direct link). This is valuable given no output schema. It doesn't mention pagination or rate limits, but these are not critical for a read-only search.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences, front-loaded with the core action and output summary, followed by relevant use cases. No wasted words or redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool with full schema coverage and annotations, the description covers the essential aspects: purpose, return format, and use cases. It could mention pagination or result limits, but the schema default for max_results mitigates that. Overall, it's complete enough for an agent to use effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with detailed descriptions for both query and max_results, so the description doesn't need to compensate. The description itself adds no additional parameter insight, such as how max_results affects output, but the baseline of 3 is appropriate given the high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Search' and the resource 'dev.to platform', specifying it targets developer articles, tutorials, and technical posts. This effectively differentiates it from sibling tools like search_podcasts and search_events.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a direct 'Use for' clause listing appropriate scenarios: learning dev topics, finding tutorials, and staying updated on community trends. It doesn't explicitly mention when not to use, but the platform-specific scope gives implicit guidance relative to siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_eventsARead-onlyInspect
Search Eventbrite for upcoming local and online events by topic and location. Returns event name, date/time, location, ticket price, event description, and registration URL. Use for event discovery, community involvement, or entertainment planning.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Event type or topic to find (e.g. 'tech conference', 'comedy show', 'food festival') | |
| location | No | City or region to search for events (e.g. 'New York, NY', 'Los Angeles', 'virtual') |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds the list of returned fields, but no deeper behavioral context like rate limits or pagination. This is acceptable given the annotation coverage, but not especially rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences: purpose, output fields, and use cases. No fluff, and the most important information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool with no output schema, the description lists the returned fields and use cases, providing sufficient context. It doesn't cover pagination or ordering, but these are not critical for basic event discovery.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both parameters fully. The description's mention of 'topic and location' simply echoes the schema without adding new semantic meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches Eventbrite for events 'by topic and location', with a specific verb and resource. It distinguishes itself from sibling tools which target Steam games, Dev.to articles, and podcasts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides clear use cases: 'event discovery, community involvement, or entertainment planning'. Does not explicitly mention exclusions or alternatives, but siblings are different domains, making the intended usage clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_podcastsARead-onlyInspect
Search podcast directories for episodes matching topics or keywords. Returns episode title, podcast name, description, episode length, publish date, and streaming link. Use for podcast discovery, topic research, or building listening playlists.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Podcast topic or search terms (e.g. 'technology news', 'business interviews', 'science explanations') | |
| max_results | No | Number of podcast episodes to retrieve (default 10) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and openWorldHint=true, so the safe, non-mutating nature is covered. The description adds the return fields (episode title, podcast name, etc.) but does not provide deeper behavioral context such as result ordering, pagination, or external API dependencies.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences: the first states the action and output, the second lists use cases. It is compact, front-loaded, and every word adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool with annotations and full schema coverage, the description provides all essential information: what is searched, what is returned, and when to use it. It lacks only minor details like result limits or sorting, which are not critical for this simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides 100% coverage with clear descriptions for both 'query' and 'max_results'. The description does not add significant parameter-level meaning beyond what the schema already states, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Search podcast directories for episodes matching topics or keywords.' It specifies the resource (podcast directories) and the output (episode metadata), and the domain distinguishes it from sibling tools like search_devto and search_events.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit use cases: 'for podcast discovery, topic research, or building listening playlists.' This gives clear guidance on when to use the tool, though it does not explicitly mention alternatives or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
Alicense-qualityDmaintenanceEnables AI agents to fetch and digest content from 30+ platforms (Twitter, YouTube, Reddit, etc.) via a unified API. Supports multi-format output, transcription, and direct Obsidian sync.18BSD 2-Clause "Simplified"- AlicenseAqualityFmaintenanceAI content generation, repurposing, and multi-platform publishing for 9+ social media platforms. Generate blog posts, discover trending topics, brainstorm titles, and publish to Twitter, LinkedIn, Bluesky, and more.8687MIT
- Alicense-qualityBmaintenanceReal-time curated knowledge API for AI agents. Updated Mon/Wed/Fri from 31 sources covering AI/tech, startups, alternative markets, and emerging markets — no scraping or storage required.1MIT
- AlicenseAqualityCmaintenanceAggregates and curates AI/tech news from 12 sources every 6 hours, providing pre-summarized and Opus-curated top picks for vibe coders and AI builders via MCP tools.870MIT