Skip to main content
Glama
dreamiurg

Datadog MCP Server

by dreamiurg

list-processes

List running processes with optional filtering by search term or tags. Identify active processes on hosts, find specific processes like Java, or monitor process activity.

Instructions

List running processes with optional filtering by search term or tags. Use for 'what processes are running', 'find java processes', 'process list for host'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoSearch term to filter processes
tagsNoComma-separated tags to filter
fromNoStart timestamp (Unix seconds)
toNoEnd timestamp (Unix seconds)
pageLimitNoMax results per page
pageCursorNoPagination cursor
Behavior3/5

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

The description states 'List running processes', indicating a read operation. No annotations are provided, so the description carries the full burden. It does not mention auth requirements, side effects, or the scope of processes (e.g., all hosts vs current host). The example 'process list for host' implies host filtering, but no host parameter exists, which could be misleading.

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 concise sentence followed by a list of three concrete example use cases. Every part is informative without redundancy, and the examples are front-loaded for quick understanding. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the core function and provides examples, but given the tool has 6 optional parameters, no output schema, and no annotations, more detail is needed. It omits what is returned, the default scope (e.g., all processes on the current host?), and how pagination works. The sibling list includes many similar list tools, so differentiation could be stronger.

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?

The schema covers all 6 parameters with descriptions (100% coverage), so the schema already details each parameter. The description adds value by highlighting the primary filter capabilities ('search term or tags'), but does not explain time range or pagination parameters. This provides marginal additional context beyond schema, resulting in a baseline score of 3.

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 ('List'), resource ('running processes'), and scope ('with optional filtering by search term or tags'). Examples like 'what processes are running' and 'find java processes' further clarify the function, distinguishing it from sibling list tools like list-containers or list-hosts.

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 includes practical example queries ('what processes are running', 'find java processes', 'process list for host'), which implicitly guide when to use the tool. However, it lacks explicit instructions on when not to use it or alternatives, such as using get-hosts for host-level information.

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/dreamiurg/datadog-mcp'

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