Skip to main content
Glama
caiomioto2

Pluggy MCP Starter

by caiomioto2

Pluggy finance schema

pluggy_schema
Read-onlyIdempotent

Inspect available SQL fields, query semantics, and transaction limitations for Pluggy account and transaction data, so you can build valid read-only queries without accessing secrets.

Instructions

SQL fields, semantics, and transaction limitations. Does not access secrets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare read-only, idempotent, non-destructive, and open-world behavior. The description adds a useful security note ('Does not access secrets'), but it does not disclose return format, scope of schema coverage, or other behavioral context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and front-loads the key content categories. Every sentence is brief, though the extreme terseness leaves some ambiguity that a slightly fuller structure could resolve.

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

Completeness3/5

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

For a zero-parameter, read-only metadata tool with rich annotations and no output schema, the description covers the broad content areas and a security caveat. However, it does not clarify the relationship to pluggy_query or exactly what the schema output contains, leaving an agent to infer key context.

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

Parameters4/5

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

The tool takes zero parameters, so there is no parameter semantics burden. Per the rubric, a zero-parameter tool receives a baseline of 4 regardless of description detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description lists content categories (SQL fields, semantics, transaction limitations) but does not state a clear action such as returning or describing a schema. The name and title imply it is a schema tool, but the description itself is vague about what it does. It also does not distinguish this tool from the sibling pluggy_query.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus pluggy_query or any other alternative. The phrase 'transaction limitations' weakly implies it should be consulted before querying, but no condition or alternative is stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools