Skip to main content
Glama
mgwalkerjr95

Texas Grocery MCP

by mgwalkerjr95

session_save_credentials

Store HEB login credentials securely to allow automatic login when sessions expire. Enables session refresh without manual browser login.

Instructions

Save HEB login credentials for automatic login.

Credentials are stored securely using:

  • OS keyring (macOS Keychain, Windows Credential Manager, Linux Secret Service)

  • Encrypted file fallback when keyring is unavailable

After saving, session_refresh will automatically use these credentials when your session expires, eliminating manual browser login.

Args: email: Your HEB.com account email address password: Your HEB.com account password

Returns: dict with success status and storage method used

Security notes:

  • Credentials are encrypted at rest

  • Password is never logged or exposed in output

  • Use session_clear_credentials() to remove stored credentials

Example: session_save_credentials("user@example.com", "mypassword") # Now session_refresh will auto-login when session expires

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
passwordYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations provided, but description fully discloses storage methods (OS keyring, encrypted fallback), security (encrypted at rest, never logged), and return type. Highly transparent.

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?

Well-structured with sections (Args, Returns, Security notes, Example), front-loaded with purpose, every sentence adds value.

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?

Given no annotations and presence of output schema, description covers behavior, parameters, return, security, and links to sibling tools. Fully complete.

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 coverage is 0%, but description adds full meaning: names, types, and example usage for both email and password, compensating completely.

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 action 'Save HEB login credentials' and the resource, distinguishing it from sibling tools like session_clear_credentials.

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?

It explains that saving credentials enables automatic login via session_refresh, and mentions session_clear_credentials for removal. Could be more explicit about when not to use, but clear overall.

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/mgwalkerjr95/texas-grocery-mcp'

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