Skip to main content
Glama
JoseAlmeida-Ploomes

Ploomes MCP Server

excluir_secao_formulario_proposta

Delete a section from a proposal form, removing all fields inside it. Requires the section ID obtained from the form query tool.

Instructions

    Excluir uma seção do formulário de um modelo de Proposta/Venda/Documento (PVD).

    NOVO (23/07/2026): equivalente a excluir_secao_formulario_pipeline, mas
    para o lado de Proposta/CPQ — essa tool irmã ainda não existia,
    apesar de `Forms@Sections` suportar DELETE igual para os dois casos.

    Atencao: excluir a seção remove também todos os campos dentro dela.

    Pre requisitos:
        1. Use buscar_formulario_proposta para obter o Id da seção
           (SectionId, presente nos FormFields retornados).
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
Behavior4/5

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

The description warns that deleting a section also removes all fields within it (cascading deletion), which is a critical behavioral trait. This adds value beyond the tool name and schema, especially since no annotations are provided. However, it does not mention reversibility or error conditions.

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 concise and well-structured: a main statement, a comparison note, a caution, and prerequisites. Every sentence serves a purpose, with no redundancy.

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?

Considering the tool's simplicity (one parameter, no output schema), the description covers the key aspects: purpose, prerequisite, side effect, and sibling relationship. It could be enhanced with information about error handling or irreversibility, but it is sufficient for the agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only has an 'id' parameter of type integer with no description. The description explains that this id is the SectionId obtained from buscar_formulario_proposta, providing essential context for correct usage.

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's function: deleting a section from a proposal/venda/documento form. It also distinguishes itself from the sibling tool excluir_secao_formulario_pipeline by noting it is equivalent but for the Proposta/CPQ side.

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

Usage Guidelines5/5

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

It provides clear prerequisites, instructing the agent to use buscar_formulario_proposta to obtain the SectionId. It also explicitly compares this tool to the sibling excluir_secao_formulario_pipeline, indicating when to use each.

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/JoseAlmeida-Ploomes/ploomes-mcp'

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