Skip to main content
Glama
tgzx

MCP ChatGPT Full PC Dev

by tgzx

list_processes

Lists all processes started by the start_ps tool within the current MCP session, providing a clear view of running subprocesses for monitoring and management.

Instructions

Lista processos criados por start_ps nesta sessão MCP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so description carries full burden. It discloses the scope (processes created by start_ps in this session) and implies read-only behavior. Does not mention side effects or refresh behavior, but for a list tool this is sufficient.

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?

Single sentence in Portuguese directly stating purpose with no extra words. Efficient and front-loaded.

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?

Given no output schema and no annotations, the description covers the essential purpose and scope. Could mention return format, but for a simple list tool it is sufficiently complete, especially with sibling context.

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?

Input schema has no parameters (100% schema coverage), so baseline is 4. Description does not need to add parameter info, and none is provided. This is adequate.

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?

Description clearly states it lists processes created by start_ps in this MCP session, with specific verb and resource, distinguishing it from siblings like ps (system processes) and read_process (specific process details).

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?

Description provides clear context by specifying 'criados por start_ps nesta sessão MCP', implying it is only for processes started by start_ps in the current session, thus indicating when to use it versus alternatives like ps.

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/tgzx/MCP-ChatGPT'

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