metashape-api-lookup

Verify Metashape API parameter names, types, defaults, and enums against local reference files.

31|4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/jenkinsm13/metashape-mcp --skill metashape-api-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metashape-api-lookup
Source: https://github.com/jenkinsm13/metashape-mcp/tree/main/skills/metashape-api-lookup
Command: npx skills add https://github.com/jenkinsm13/metashape-mcp --skill metashape-api-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers building MCP tools often struggle to confirm Metashape API parameter names, types, defaults, and enums, risking incorrect tool calls.

Core Features & Use Cases

  • Local reference-first validation: Verify parameter specifications against the included API references before tool implementation.
  • Consistent tooling: Ensures MCP tools align with Metashape documentation, reducing debugging time.
  • Use Case: When adding a new API call in an MCP tool, consult the references to confirm the exact parameter names and accepted values.

Quick Start

Query the local API references to confirm a parameter name, type, and default before constructing a tool call.

Frequently Asked Questions about metashape-api-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify Metashape API parameter names and defaults before building a tool?

To verify Metashape API parameter names and defaults, scan local reference files like api_reference.txt to confirm exact specifications before constructing tool calls. This ensures parameter validation aligns with documented API behavior.

What is the best way to check Metashape API enums and types during MCP tool development?

Checking Metashape API enums and types involves scanning local reference files and accompanying manuals to enforce strict reference checks. This confirms tool definitions align with accepted values and documented behavior.

Can I validate multiple Metashape API calls against local reference files?

Yes, you can validate multiple Metashape API calls by scanning local reference files to ensure tool definitions align with documented API behavior. This supports parameter validation across various Metashape API modifications.

Does this API lookup approach require external network access to check Metashape documentation?

No, this API lookup approach does not require external network access because it performs local reference-first validation. It scans included files like api_reference.txt to confirm parameter specifications offline.

Why do my MCP tools keep failing due to incorrect Metashape API parameters?

MCP tools fail due to incorrect Metashape API parameters when tool definitions lack strict reference checks. Verifying parameter names, types, defaults, and enums against local reference files reduces debugging time and prevents incorrect tool calls.