Skip to main content
Glama
foundrole

FoundRole MCP

Official
by foundrole

reminder_list

Read-only

List tracked jobs with scheduled reminders, sorted by upcoming reminder time. Use the limit parameter to control the number of results.

Instructions

Lists tracked jobs that have reminders set, ordered by reminder time (soonest first).

Input:

  • limit: Number of results to return (default 20, max 50)

Output: Returns a list of tracked jobs with active reminders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results to return (default 20, max 50)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hasMoreNo
totalCountNo
trackedJobsNo
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds behavioral detail by specifying that results are ordered by reminder time and that only active reminders are included. This goes beyond the basic read-only annotation.

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 extremely concise, with a single opening sentence stating the purpose, followed by clearly labeled Input and Output sections. Every word contributes to understanding the tool's behavior, and there is no redundant or filler content.

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

Completeness4/5

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

For a simple tool with one optional parameter, the description covers the core behavior, ordering, and output. It does not mention edge cases such as empty results or what happens when no reminders exist, but given the schema and annotations, the description is sufficiently complete for an agent to select and invoke the 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?

The input schema already documents the 'limit' parameter with default and max values. The description repeats the exact same wording in its Input section, adding no new semantic value. Since schema coverage is 100%, the baseline of 3 is appropriate.

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 uses a specific verb 'Lists' and identifies the exact resource 'tracked jobs that have reminders set', with a clear ordering detail ('ordered by reminder time (soonest first)'). This clearly distinguishes it from sibling tools like tracker_list or reminder_set.

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

Usage Guidelines3/5

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

No explicit usage guidance or alternatives are mentioned. The intent is implied from the name and purpose, but there is no contrast with sibling tools such as tracker_list or job_alert_list. The description focuses only on what the tool does, not when to prefer it.

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/foundrole/jobs-mcp-proxy'

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