Skip to main content
Glama
Skeego

opendata-mcp

by Skeego

get_feed_v1_me_feed_get

Retrieve dataset updates from providers you follow, sorted by time, with cursor-based pagination.

Instructions

GET /v1/me/feed (public) — Get user activity feed — Get a feed of updates relevant to the user.

Returns dataset activity from providers the user follows, interleaved by time. Currently supports followed provider updates; user follow system is not yet available.

Feed Types:

  • followed: Dataset updates from providers you follow

  • people: Updates from users you follow (not yet available, returns empty)

  • merged: Currently coerced to followed (the people feed is empty so the merge step would produce broken cursors).

Pagination: Use the next_cursor from the response as the cursor parameter for the next page.

Authentication: Requires Clerk authentication (browser session or JWT).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFeed type: followed (providers you follow), people (users you follow), or merged
limitNoMaximum results
cursorNoISO8601 timestamp for pagination (returns items before this time)
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Despite no annotations, the description fully discloses authentication requirement (Clerk), pagination mechanism (cursor), and behavior of feed types (e.g., 'people' returns empty, 'merged' coerced). This exceeds expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with sections for feed types and pagination, and it is front-loaded. It is slightly lengthy but each sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists, but the description adequately explains the return value (dataset updates, paginated with next_cursor) and covers authentication, feed behaviors, and pagination. It is complete for a retrieval tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with good descriptions. The description adds extra context beyond schema, such as the coercion behavior of 'merged' type and that 'people' returns empty, enhancing parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly defines the tool as retrieving a user activity feed with updates from followed providers, listing feed types and their current status. It distinguishes itself from similar sibling tools like get_dataset_activity and get_user_activity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to use the feed, including limitations (e.g., 'people' feed not available) and pagination. It provides context but does not explicitly contrast with alternative tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Skeego/opendata-mcp'

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