Skip to main content
Glama

View Feed

get_feed
Read-only

The user's dashboard feed as ONE composed stream, chronological newest first. Each entry has a kind: 'item' (per-company job items from their starred companies - the company, when it landed, role snapshots with job id/title/application URL/salary/remote policy/experience level/tech stack, and per-role flags isActive, savedJobId, matchesFilters, plus per-item isStarred: false means the user unstarred that company since), 'job_of_the_day' (one daily editorial pick from anywhere on the platform - a discovery candidate worth surfacing), 'blog' and 'broadcast' (platform content; usually skim). Poll this on the user's schedule to act as their notification layer: check what landed, save interesting roles via save_job, brief the user. Pass nextCursor back to page deeper; omit it for the newest page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNonextCursor from the previous page. Omit for the newest page.
pageSizeNoItems per page (default 20, max 50).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds substantial behavioral detail beyond that: the stream is composed and chronological, entries have kinds, and it explains nuanced semantics such as per-item isStarred=false meaning the user unstarred that company since. This gives the agent a rich picture of what the feed contains beyond the basic safety hints.

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

Conciseness5/5

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

The description is dense but every sentence earns its place: it defines the stream, enumerates entry kinds and their key fields, explains flag meanings, and gives practical polling and pagination guidance. It is front-loaded with the core concept and then layers detail logically.

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?

With no output schema, the description carries the burden of explaining return values, and it does so thoroughly: entry kinds, per-role fields, per-item flags, semantics, ordering, and pagination. Combined with the annotations' safety profile, the agent has everything needed to call and interpret this tool correctly.

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

Parameters3/5

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 cursor and pageSize. The description adds a small amount of behavioral clarity around cursor usage, but it does not meaningfully expand parameter semantics beyond what the schema already provides. The baseline of 3 is appropriate when the schema carries the full load.

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 specifies a clear verb and resource: it returns the user's dashboard feed as one composed stream, newest first. It enumerates the distinct kinds of entries ('item', 'job_of_the_day', 'blog', 'broadcast'), which makes the tool's purpose concrete and distinguishes it from more specific sibling tools like get_saved_jobs or get_starred_jobs.

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 gives strong usage context: 'Poll this on the user's schedule to act as their notification layer' and points to the follow-up action save_job. It also explains cursor usage ('Pass nextCursor back to page deeper; omit it for the newest page'). However, it does not explicitly state when to choose this tool over alternatives or when not to use it, so it stops short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources