Skip to main content
Glama
19PINE-AI

Pine Assistant MCP Server

Official
by 19PINE-AI

pine_send_form_response

Submit a form from a conversation history by providing session ID, message ID, and field values to complete tasks like bill negotiation or subscription cancellation.

Instructions

Submit a form shown in pine_get_history as [FORM].

Fill fields you know; ask the user for unknowns (especially preferences or security info). Use exact option labels for select fields.

Args: session_id: The session containing the form. message_id: The form's message_id from pine_get_history output. form_data: {"field_name": "value"} pairs matching the form fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
form_dataYes
message_idYes
session_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. It describes the action as submitting a form (write operation) but does not disclose potential side effects, error scenarios, or idempotency. It also does not describe the return value despite an output schema existing.

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?

Description is concise: one-line purpose, then usage guidelines, then parameter list. Every sentence adds value 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?

Covers purpose, usage, and parameters well. Lacks information about output/return values (even though output schema exists) and error handling. For a form submission tool, this is a minor gap.

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?

Schema has 0% description coverage, but the description compensates fully by explaining each parameter: session_id is 'The session containing the form', message_id is 'The form's message_id from pine_get_history output', and form_data is '{"field_name": "value"} pairs matching the form fields'. This adds crucial meaning beyond types.

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 explicitly states 'Submit a form shown in pine_get_history as [FORM]', clearly identifying the action and resource. It distinguishes itself from siblings like pine_get_history (which retrieves history) and other send tools.

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?

Provides explicit guidance: 'Fill fields you know; ask the user for unknowns (especially preferences or security info). Use exact option labels for select fields.' This tells the agent when to act autonomously vs. defer to user, and how to handle specific field types.

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/19PINE-AI/pine-mcp-server'

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