Skip to main content
Glama
HenriquePvAr

RAMPAP Productivity

by HenriquePvAr

Criar pasta de email

outlook_criar_pasta

Create a new email folder in Outlook by specifying its name. Confirm the folder name before creation, then receive confirmation once done.

Instructions

Cria uma pasta de email. Antes de executar, informe ao usuário qual pasta será criada (ex.: 'Vou criar a pasta Anthropic no Outlook.'); depois, confirme (ex.: 'Pronto! A pasta foi criada.'). Não afeta nenhum email existente.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nomeYesNome da nova pasta.
Behavior4/5

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

Beyond the annotations, the description adds valuable behavioral context: it instructs the agent to announce the folder before creating it and confirm afterwards, and it explicitly states 'Não afeta nenhum email existente.' It does not cover duplicate-name or failure behavior, but the annotations plus this safety statement give a good transparency profile.

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 compact and well-structured: the purpose comes first, followed by user-interaction steps and a safety note. Each sentence earns its place with no redundancy or filler.

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 one-parameter create tool with no output schema and no nested objects, the description is nearly complete: it covers purpose, required user communication, and non-destructive behavior. It does not address preconditions such as an active Outlook connection or duplicate folder handling, but these are not critical at this complexity level.

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%: the single parameter 'nome' is already described as 'Nome da nova pasta.' The tool description does not add new parameter-level detail beyond reinforcing that this name will be communicated to the user, so the schema carries the semantic burden and the baseline of 3 applies.

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 opens with 'Cria uma pasta de email' – a specific verb and resource that clearly identifies a create operation for an Outlook email folder. The explicit 'Outlook' reference and example distinguish it from the generic sibling 'criar_pasta'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended context (creating a new email folder in Outlook) is clear, but the description does not explicitly contrast with alternatives such as outlook_listar_pastas, outlook_mover_email, or generic criar_pasta. Usage is implied rather than stated with when-to-use or when-not-to-use guidance.

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/HenriquePvAr/rampap-file-manager-mcp'

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