Skip to main content
Glama

get_facts_with_stale_sources

Retrieve facts with deleted or modified sources to identify those needing review or re-verification.

Instructions

Get facts with stale (deleted or modified) sources.

Useful for identifying facts that may need review or re-verification.

Args: status: Filter by source status: "deleted", "modified", or "all" (default) limit: Max results (default 50, max 100)

Returns: List of facts with stale sources, or a single-item list with an error dict if status is not one of the supported values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statusNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Despite no annotations, the description transparently explains the tool's behavior: it returns a list of facts with stale sources or an error if status is invalid. It does not mention destructive or side effects, but the read-only nature is implied.

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?

Concise and front-loaded. Every sentence serves a purpose: purpose, usage context, parameter descriptions, and return format. No unnecessary text.

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?

Given the tool's simplicity (2 parameters, no required ones) and presence of an output schema, the description provides sufficient detail about parameters and return behavior. It is complete for an agent to use correctly.

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

Parameters5/5

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

Adds significant meaning beyond the schema: documents valid values for status ('deleted', 'modified', 'all' default) and limits for limit parameter (default 50, max 100). This compensates for 0% schema coverage.

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?

Description clearly states the tool's purpose: 'Get facts with stale (deleted or modified) sources.' It uses a specific verb+resource combination and distinguishes from sibling tools like list_facts or search_facts by focusing on stale sources.

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?

Provides context with 'Useful for identifying facts that may need review or re-verification,' indicating when to use. Lacks explicit when-not-to-use or alternative tools, but the context is sufficient for guidance.

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/michaelkrauty/mcp-notes'

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