Skip to main content
Glama
shayben

availability_mcp

by shayben

get_user_activity

Check the local user's idle duration and activity state to decide whether to wait for feedback or proceed autonomously.

Instructions

Get the local user's current idle duration and activity state. Use this to decide whether to wait for user feedback or proceed autonomously.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idle_threshold_secondsNoIdle duration at which is_idle becomes true.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It implies a read-only operation ('Get the local user's current idle duration') but does not explicitly state whether it's read-only, whether it requires permissions, or how the state is determined. The usage guidance adds some value, but key behavioral traits remain undisclosed.

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?

Two concise sentences, front-loaded with the tool's purpose and followed by actionable guidance. No wasted words.

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 one-parameter read tool with no output schema, the description covers the purpose and usage context well. However, without annotations, it could more explicitly state that it is a safe read operation or describe what the activity state values represent.

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 coverage is 100%, so the parameter is fully documented in the schema ('Idle duration at which is_idle becomes true.'). The description does not add meaning beyond what the schema already provides, so 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?

States a specific verb ('Get') and resource ('local user's current idle duration and activity state'), making the tool's output clear. No sibling tools exist, so sibling differentiation isn't required, but the description could be slightly more precise about the return shape.

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 clear context: 'Use this to decide whether to wait for user feedback or proceed autonomously.' This tells the agent when the tool is relevant, though it doesn't describe when not to use it or any prerequisites.

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

Deploy Server

Other Tools