Skip to main content
Glama
privacykey
by privacykey

get_sync_status

Check the background sync scheduler's running state, last run time, next due time, and interval to monitor synchronization activity.

Instructions

Get the background sync scheduler status: whether it is currently running, when it last ran, when it is next due, and the configured interval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It clearly discloses the output dimensions (running, last ran, next due, interval), which is helpful. However, it does not mention potential side effects, authentication requirements, or whether the status is real-time or cached. This is acceptable for a simple getter but not deeply transparent.

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 a single, well-structured sentence that front-loads the operation and resource, then concisely lists all provided status components. There is no unnecessary information or redundancy.

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 parameterless, simple status getter, the description provides enough semantic context about the return content. However, since there is no output schema, it could specify exact response field names or timestamp formats (e.g., ISO 8601) to make it fully complete. The low complexity keeps it adequate.

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?

The tool has zero parameters and schema description coverage is 100% (vacuously). The description does not need to add parameter details, and the baseline for zero parameters is 4. The description adds no parameter-specific meaning, but none is required.

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 states the verb 'Get' and the resource 'background sync scheduler status', and enumerates exactly what information is returned (running state, last run time, next due time, interval). This distinguishes it from sibling tools like get_policy_status and get_history_stats, which target different resources.

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?

The description implies its use for checking sync health, but does not explicitly state when to use it versus alternatives or mention any exclusions. It lacks guidance like 'use this when you need to verify the scheduler is active' or 'not for checking individual sync errors.'

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/privacykey/pt-mcp'

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