Skip to main content
Glama
HenriquePvAr

RAMPAP Productivity

by HenriquePvAr

Desativar regra

outlook_desativar_regra
Idempotent

Disable an Outlook inbox rule temporarily while keeping it saved. Stop the rule from running without deleting it, so you can re-enable it later.

Instructions

Desativa uma regra da Caixa de Entrada sem excluí-la — ela para de rodar, mas continua salva.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID da regra.
Behavior4/5

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

As anotações já informam idempotentHint=true e destructiveHint=false, e a descrição acrescenta contexto comportamental relevante: a regra para de rodar, mas permanece persistida. Não há contradição com as anotações, e o efeito concreto da operação fica claro.

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?

Uma única frase transmite a ação, o escopo e o resultado não destrutivo, sem excessos. A informação essencial vem no início, e cada parte contribui para o entendimento do agente.

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

Completeness5/5

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

Para uma ferramenta simples, com apenas um parâmetro e sem output schema, a descrição é suficiente: diz o que acontece, o que não acontece e o estado final da regra. Não falta contexto necessário para invocar corretamente.

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?

A cobertura do schema é 100%: o único parâmetro obrigatório 'id' já está documentado como 'ID da regra'. A descrição não adiciona nem precisa adicionar detalhes além do que o schema já fornece, então o baseline 3 é adequado.

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?

A descrição usa verbo específico ('Desativa') e identifica o recurso ('regra da Caixa de Entrada'), esclarecendo a ação central. A frase 'sem excluí-la' diferencia claramente de outlook_excluir_regra e outlook_ativar_regra, sem exigir que o agente abra outros schemas.

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?

O texto indica o contexto de uso: desativar uma regra mantendo-a salva, em oposição a excluí-la. Embora não nomeie explicitamente alternativas ou diga 'use X em vez de Y', a informação 'sem excluí-la — ela para de rodar, mas continua salva' estabelece um critério claro de escolha.

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