Skip to main content
Glama

list_stale_sources

Identify imported subtopics whose source data has aged past a given timestamp so you can refresh outdated context before reuse.

Instructions

List imported subtopics whose source_fetched_at is older than a cutoff.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
older_than_isoYesISO-8601 UTC timestamp cutoff, e.g. "2026-04-12T00:00:00+00:00". Subtopics with source_fetched_at strictly less than this are returned.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It's a read/list operation (implied by 'List'), but there's no mention of what happens with stale sources—whether they're just listed or also returned with their fetched status, what the response shape is, or any pagination/limits. The description doesn't specify return behavior beyond listing.

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 a single, efficient sentence that front-loads the core action and resource. No wasted words, and it directly communicates the tool's purpose without padding.

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

Completeness3/5

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

The tool has a simple single-parameter signature with a 100%-covered schema and an output schema provided. However, for a list tool that likely feeds into refresh_source or import workflows, the description doesn't clarify how these stale sources relate to sibling tools like refresh_source, nor what the returned entities contain beyond being 'imported subtopics'. It's minimally adequate but leaves the workflow context implicit.

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%, meaning the parameter older_than_iso is fully documented in the schema with a clear description and example format. The description itself mirrors the schema's cutoff semantics but doesn't add new meaning beyond what the schema already provides. Baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states the action ('List') and the resource ('imported subtopics'), with a specific filtering criteria ('source_fetched_at older than a cutoff'). It's specific enough to identify the tool's core function, though it doesn't explicitly distinguish from siblings like list_components or list_repos beyond naming the specific resource type 'imported subtopics'.

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

Usage Guidelines2/5

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

No when-to-use guidance is provided. The description doesn't mention when the agent should choose this tool over alternatives like list_components, list_repos, or list_tasks, nor does it state what the tool is NOT for. There's no context about prerequisites or typical workflows.

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/srmackey/context-forge'

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