Skip to main content
Glama

proclist

Lists running processes with PID, name, command line, and memory usage. Filter by process name or find processes using a specific port, with sensitive arguments masked.

Instructions

Lists running processes with PID, name, command line, and memory usage. Sensitive information in command-line arguments (passwords, tokens) is automatically masked. Use filter to search by process name, or port to find processes using a specific port.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoFilter by process name (case-insensitive partial match)
portNoShow only processes using this port number
Behavior3/5

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

With no annotations, the description discloses that sensitive information in command-line arguments is automatically masked, which is a behavioral trait. It does not mention other behaviors such as whether administrator privileges are required or performance implications for large process lists.

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 three concise sentences: first states purpose and output, second adds transparency about credential masking, third provides usage instructions. No unnecessary words, front-loaded with key information.

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 tool with no output schema, the description specifies the returned fields (PID, name, command line, memory usage) and mentions credential masking. It lacks details on ordering, pagination, or default behavior (likely all processes), but is adequate for a straightforward listing tool.

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%, so baseline is 3. The description's usage hints ('use filter to search by process name, or port to find processes using a specific port') add no new meaning beyond the existing schema descriptions for filter and port.

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 tool lists running processes with specific fields (PID, name, command line, memory usage). It distinguishes itself from siblings like procexec and prockill which perform execution or termination.

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?

The description provides explicit instructions on using the filter parameter for process name search and port parameter for port-based filtering. It does not mention when not to use this tool or alternatives like prockill, but the guidance is clear for its intended use.

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/knewstimek/agent-tool'

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