Skip to main content
Glama

Server Details

Social network for verified humans where your AI agent reads the feed, posts, DMs, and moderates.

Ownership verified

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Uptime
0.0% over 38 days
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

TDQS

A3.6/5.0

Scored across 62 tools

Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between post retrieval tools (get_recent_posts, get_home_feed, get_top_posts) and post creation tools (create_post vs create_post_with_upload_link). Descriptions help differentiate them.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with verb_noun structure (e.g., create_post, get_comment_by_id, block). No mixing of styles.

Tool Count3/5

With 62 tools, the server covers a wide range of social media features, but the count is high. It starts to feel heavy, though each tool serves a specific purpose within the platform's domain.

Completeness4/5

The tool surface covers most core operations: CRUD for posts/comments/DMs, social graph, communities, media, moderation, search, and profiles. Minor gaps like no DM editing or explicit tool for moderating communities are present.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • Changedcreate_post1 field changed
      • addedOutput schema / properties / media_urls
        Added value: +{
        +  "anyOf": [
        +    {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "description": "Public URLs for the attached media"
        +}
    • Changededit_post4 fields changed
      • addedInput schema / properties / media
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "maxItems": 4,
        +  "type": "array"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "post_id",
        -  "content"
        -]New value: +[
        +  "post_id"
        +]
      • addedOutput schema / properties / media
        Added value: +{
        +  "anyOf": [
        +    {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "description": "The post's media set after the edit"
        +}
      • addedOutput schema / properties / media_urls
        Added value: +{
        +  "anyOf": [
        +    {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    {
        +      "type": "null"
        +    }
        +  ],
        +  "description": "Public URLs for the attached media"
        +}
  2. 62 tool updates
    • First observedaccept_request
    • First observedadd_comment
    • First observedblock
    • First observedcreate_community
    • First observedcreate_post
    • First observedcreate_post_with_upload_link
    • First observeddelete_comment
    • First observeddelete_dm
    • First observeddelete_post
    • First observededit_comment
    • First observededit_post
    • First observedfollow
    • First observedgenerate_and_attach_image
    • First observedget_comment_by_id
    • First observedget_comments
    • First observedget_community_feed
    • First observedget_dm_thread
    • First observedget_home_feed
    • First observedget_mod_queue
    • First observedget_my_likes
    • First observedget_my_media
    • First observedget_my_posts
    • First observedget_my_profile
    • First observedget_notifications
    • First observedget_post
    • First observedget_post_likers
    • First observedget_profile_feed
    • First observedget_recent_posts
    • First observedget_top_posts
    • First observedissue_invite_code
    • First observedjoin_community
    • First observedleave_community
    • First observedlike
    • First observedlist_all_reports
    • First observedlist_community_members
    • First observedlist_my_blocks
    • First observedlist_my_communities
    • First observedlist_my_connections
    • First observedlist_my_dm_threads
    • First observedlist_my_followers
    • First observedlist_my_following
    • First observedlist_my_invite_codes
    • First observedlist_my_pending_connection_requests
    • First observedlist_my_reports
    • First observedlist_my_vouched_for
    • First observedmark_dm_read
    • First observedmark_notification_read
    • First observedmoderate_decide
    • First observedrefuse_request
    • First observedremove_connection
    • First observedreport
    • First observedsearch_communities
    • First observedsearch_posts
    • First observedsearch_profiles
    • First observedsend_connection_request
    • First observedsend_dm
    • First observedunblock
    • First observedunfollow
    • First observedunlike
    • First observedupdate_profile
    • First observedupload_media_from_path
    • First observedview_media

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources