Template:Tool: Difference between revisions

From Public AI Wiki
No edit summary
No edit summary
 
Line 40: Line 40:
</noinclude>
</noinclude>
<includeonly>
<includeonly>
<div style="border: 1px solid #ddd; padding: 15px; margin-bottom: 20px; border-radius: 5px; background-color: #f9f9f9;">
=== {{{ToolName|}}} ===
'''{{{Description|}}}'''
{{#if:{{{RepoURL|}}}|* '''Repository:''' {{{RepoURL|}}}}}
{{#if:{{{Author|}}}|* '''Author:''' {{{Author|}}}}}
{{#if:{{{ToolType|}}}|* '''Type:''' {{{ToolType|}}}}}
</div>
{{#cargo_store:
{{#cargo_store:
  _table = Tools
  _table = Tools
Line 48: Line 59:
  |ToolType = {{{ToolType|}}}
  |ToolType = {{{ToolType|}}}
}}
}}
'''Tool:''' {{{ToolName|}}}
'''{{{Description|}}}'''
{{#if:{{{RepoURL|}}}|* '''Repository:''' {{{RepoURL|}}}}}
{{#if:{{{Author|}}}|* '''Author:''' {{{Author|}}}}}
{{#if:{{{ToolType|}}}|* '''Type:''' {{{ToolType|}}}}}
</includeonly>
</includeonly>

Latest revision as of 06:14, 22 December 2025

Template for storing MCP tools using Cargo. This template defines the table "Tools". View table.

Registers an MCP tool in the shared tools database.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Tool nameToolName

no description

Stringrequired
DescriptionDescription

no description

Stringrequired
Repository URLRepoURL

no description

Stringoptional
AuthorAuthor

no description

Stringoptional
Tool typeToolType

no description

Stringoptional