Skip to main content
Glama

Agent Sense

by pepedd864

get_hardware_info

Retrieve system hardware configuration and real-time usage data to diagnose performance issues, check resource availability, and assess software compatibility requirements.

Instructions

【建议调用】获取用户硬件配置和实时使用情况。

⚠️ 重要:不要假设用户的硬件配置,调用此工具获取准确的硬件信息和实时状态。

强制调用场景:

  • 用户抱怨性能问题("电脑慢"、"卡顿"、"运行慢"、"响应慢")

  • 诊断资源问题("内存不足"、"磁盘空间"、"CPU占用高")

  • 用户询问配置信息("我的配置"、"硬件信息"、"电脑配置")

  • 评估软件性能要求("能运行XX吗"、"配置够吗")

  • 分析是否有足够资源运行某个程序

  • 用户提到网络问题(获取网络接口信息)

  • 需要了解用户硬件能力以提供针对性建议

返回信息:CPU型号/核心数/使用率、内存总量/使用率、磁盘容量/使用情况、网络接口/IP地址。 详细模式:CPU温度、电池状态、显卡信息。

⚠️ 在诊断性能问题时必须调用此工具获取实时数据!

Input Schema

NameRequiredDescriptionDefault
detailedNo是否返回详细信息(包括CPU温度、电池状态、显卡信息)

Input Schema (JSON Schema)

{ "properties": { "detailed": { "default": false, "description": "是否返回详细信息(包括CPU温度、电池状态、显卡信息)", "type": "boolean" } }, "type": "object" }

Other Tools from Agent Sense

Related Tools

    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/pepedd864/agent-sense'

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