Skip to main content
Glama
new-village

money-forward-mcp-community

by new-village

Set Money Forward ME cookie

money_forward_set_cookie
Idempotent

Authenticate to Money Forward by providing and verifying your session cookie, then save it for subsequent API requests.

Instructions

Verifies and stores a trusted full Cookie header in the local config file. This writes sensitive local state; never request Cookies in an untrusted or retained conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cookieYesFull trusted Cookie request header, for example name=value; other=value
verifyNoWhen true, contacts Money Forward and saves only after authentication succeeds

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint: false) and external call (openWorldHint: true). The description adds value by stating it writes sensitive local state and includes a security warning. It does not contradict annotations.

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 with two sentences, each adding distinct value: one for purpose and one for security guidance. No redundant or unnecessary information.

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 the tool's simplicity, existing annotations, and presence of an output schema, the description is sufficiently complete. It covers the main action and a critical security note. Minor omissions like behavior on verify failure are handled by the schema.

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% and both parameters are well-described in the schema. The description does not add new meaning beyond what the schema provides, thus baseline score of 3 is appropriate.

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 action: 'Verifies and stores a trusted full Cookie header in the local config file.' It distinguishes itself from siblings by focusing on setting the cookie, as opposed to other auth tools like clear_cookie or auth_login.

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 description includes a strong security warning about using the tool only in trusted conversations, which provides some guidance. However, it does not explicitly explain when to use this tool over closely related siblings like money_forward_auth_login or money_forward_clear_cookie, leaving the usage context incomplete.

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/new-village/money-forward-mcp-community'

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